Skip to content

Commit 8f9644e

Browse files
committed
Update Scala versions.
1 parent e10c049 commit 8f9644e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ val newScalaBinaryVersionsInThisRelease: Set[String] = Set()
44
inThisBuild(Def.settings(
55
version := "1.1.2-SNAPSHOT",
66
organization := "org.scala-js",
7-
scalaVersion := "2.12.11",
8-
crossScalaVersions := Seq("2.11.12", "2.12.11", "2.13.2"),
7+
scalaVersion := crossScalaVersions.value.last,
8+
crossScalaVersions := Seq("2.11.12", "2.12.18", "2.13.11", "3.3.0"),
99
scalacOptions ++= Seq(
1010
"-deprecation",
1111
"-feature",

0 commit comments

Comments
 (0)