Skip to content

Commit 3bd1320

Browse files
committed
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 45e3005 commit 3bd1320

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
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
scalaversion: ["2.11.12", "2.12.10", "2.13.1", "3.0.1"]
15+
scalaversion: ["2.11.12", "2.12.12", "2.13.4", "3.0.1"]
1616
steps:
1717
- uses: actions/checkout@v2
1818
- uses: olafurpg/setup-scala@v10

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ lazy val root = project.in(file(".")).
55

66
name := "Scala.js DOM"
77

8-
ThisBuild / crossScalaVersions := Seq("2.12.10", "2.11.12", "2.13.1", "3.0.1")
8+
ThisBuild / crossScalaVersions := Seq("2.12.12", "2.11.12", "2.13.4", "3.0.1")
99
ThisBuild / scalaVersion := crossScalaVersions.value.head
1010

1111
val commonSettings = Seq(

0 commit comments

Comments
 (0)