Skip to content

Commit aab684c

Browse files
committed
Upgrade Scala.js and Scala
1 parent 9156a51 commit aab684c

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
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
scalaversion: ["2.11.12", "2.12.12", "2.13.4", "3.0.1"]
16+
scalaversion: ["2.11.12", "2.12.14", "2.13.6", "3.0.1"]
1717
steps:
1818

1919
- uses: actions/checkout@v2

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ lazy val root = project
3434

3535
name := "Scala.js DOM"
3636

37-
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.12", "2.13.4", "3.0.1")
37+
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.14", "2.13.6", "3.0.1")
3838
ThisBuild / scalaVersion := crossScalaVersions.value.find(_.startsWith("2.13.")).get
3939

4040
val inCI = Option(System.getenv("CI")).exists(_.contains("1"))

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.0")
1+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.1")
22

33
addSbtPlugin("com.lihaoyi" % "scalatex-sbt-plugin" % "0.3.11")
44

0 commit comments

Comments
 (0)