We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10c049 commit 7820a11Copy full SHA for 7820a11
build.sbt
@@ -4,8 +4,8 @@ val newScalaBinaryVersionsInThisRelease: Set[String] = Set()
4
inThisBuild(Def.settings(
5
version := "1.1.2-SNAPSHOT",
6
organization := "org.scala-js",
7
- scalaVersion := "2.12.11",
8
- crossScalaVersions := Seq("2.11.12", "2.12.11", "2.13.2"),
+ scalaVersion := crossScalaVersions.value.last,
+ crossScalaVersions := Seq("2.11.12", "2.12.18", "2.13.11", "3.3.0"),
9
scalacOptions ++= Seq(
10
"-deprecation",
11
"-feature",
0 commit comments