Skip to content

Commit 4cde1eb

Browse files
committed
add Scala 3 build
1 parent 59dbca5 commit 4cde1eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
scalaversion: ["2.11.12", "2.12.11", "2.13.2"]
15+
scalaversion: ["2.11.12", "2.12.11", "2.13.2", "3.x"]
1616
steps:
1717
- uses: actions/checkout@v5
1818
- uses: actions/setup-java@v5

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inThisBuild(Def.settings(
55
version := "1.1.2-SNAPSHOT",
66
organization := "org.scala-js",
77
scalaVersion := "2.12.11",
8-
crossScalaVersions := Seq("2.11.12", "2.12.11", "2.13.2"),
8+
crossScalaVersions := Seq("2.11.12", "2.12.11", "2.13.2", "3.3.6"),
99
scalacOptions ++= Seq(
1010
"-deprecation",
1111
"-feature",

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.5.4
1+
sbt.version=1.11.6

0 commit comments

Comments
 (0)