Skip to content

Commit 4bda660

Browse files
sjrdJD557
authored andcommitted
Upgrade to Scala 2.12.12 and 2.13.4.
Those are the reference versions for Scala.js 1.5.0, which we use, so they make the most sense. See https://github.com/scala-js/scala-js/blob/v1.5.0/project/MultiScalaProject.scala#L80-L84
1 parent b561fae commit 4bda660

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.10", "2.13.1", "3.0.1"]
16+
scalaversion: ["2.11.12", "2.12.12", "2.13.4", "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
@@ -17,7 +17,7 @@ lazy val root = project
1717

1818
name := "Scala.js DOM"
1919

20-
ThisBuild / crossScalaVersions := Seq("2.12.10", "2.11.12", "2.13.1", "3.0.1")
20+
ThisBuild / crossScalaVersions := Seq("2.12.12", "2.11.12", "2.13.4", "3.0.1")
2121
ThisBuild / scalaVersion := crossScalaVersions.value.head
2222

2323
val commonSettings = Seq(

0 commit comments

Comments
 (0)