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 bf1f8f5 commit 917ec4aCopy full SHA for 917ec4a
project/Versions.scala
@@ -6,7 +6,7 @@ object Versions {
6
7
val Scala_2_12 = "2.12.15"
8
9
- val Scala_3 = "3.0.2"
+ val Scala_3 = "3.2.0"
10
11
val ScalaJsDom = "2.0.0"
12
}
project/plugins.sbt
@@ -1,6 +1,6 @@
1
logLevel := Level.Warn
2
3
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.9.0")
4
5
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")
0 commit comments