Skip to content

Commit

Permalink
Support Typelevel Scala
Browse files Browse the repository at this point in the history
According to typelevel/scala#135
  • Loading branch information
Atry authored May 18, 2017
1 parent 70641c6 commit d75ae7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ object ScalaJSPluginInternal {
// you will need the Scala.js compiler plugin
autoCompilerPlugins := true,
addCompilerPlugin(
"org.scala-js" % "scalajs-compiler" % scalaJSVersion cross CrossVersion.full),
"org.scala-js" % "scalajs-compiler" % scalaJSVersion cross CrossVersion.patch),

libraryDependencies ++= Seq(
// and of course the Scala.js library
Expand Down

0 comments on commit d75ae7e

Please sign in to comment.