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 70641c6 commit d75ae7eCopy full SHA for d75ae7e
sbt-plugin/src/main/scala/org/scalajs/sbtplugin/ScalaJSPluginInternal.scala
@@ -1043,7 +1043,7 @@ object ScalaJSPluginInternal {
1043
// you will need the Scala.js compiler plugin
1044
autoCompilerPlugins := true,
1045
addCompilerPlugin(
1046
- "org.scala-js" % "scalajs-compiler" % scalaJSVersion cross CrossVersion.full),
+ "org.scala-js" % "scalajs-compiler" % scalaJSVersion cross CrossVersion.patch),
1047
1048
libraryDependencies ++= Seq(
1049
// and of course the Scala.js library
0 commit comments