We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b097700 + d2e70fb commit df18dbcCopy full SHA for df18dbc
build.sbt
@@ -8,7 +8,7 @@ val commonSettings = Seq(
8
if (scalaVersion.value.startsWith("3"))
9
Compatibility.None
10
else
11
- Compatibility.BinaryAndSourceCompatible
+ Compatibility.BinaryCompatible
12
}
13
)
14
project/plugins.sbt
@@ -1,7 +1,7 @@
1
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "3.0.1")
2
3
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")
4
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.9.0")
5
6
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.1.0")
7
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.3")
0 commit comments