Skip to content

Commit d75ae7e

Browse files
authored
Support Typelevel Scala
According to typelevel/scala#135
1 parent 70641c6 commit d75ae7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbt-plugin/src/main/scala/org/scalajs/sbtplugin/ScalaJSPluginInternal.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@ object ScalaJSPluginInternal {
10431043
// you will need the Scala.js compiler plugin
10441044
autoCompilerPlugins := true,
10451045
addCompilerPlugin(
1046-
"org.scala-js" % "scalajs-compiler" % scalaJSVersion cross CrossVersion.full),
1046+
"org.scala-js" % "scalajs-compiler" % scalaJSVersion cross CrossVersion.patch),
10471047

10481048
libraryDependencies ++= Seq(
10491049
// and of course the Scala.js library

0 commit comments

Comments
 (0)