Skip to content

Commit

Permalink
build: downgraded scalajs
Browse files Browse the repository at this point in the history
  • Loading branch information
noam-almog committed Jun 13, 2019
1 parent 80c4860 commit ce16997
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
addSbtPlugin( "org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0" )
addSbtPlugin( "org.scala-js" % "sbt-scalajs" % "1.0.0-M8" )
//addSbtPlugin( "org.scala-js" % "sbt-scalajs" % "0.6.25" )
addSbtPlugin( "org.scala-js" % "sbt-scalajs" % "0.6.28" )
addSbtPlugin( "com.jsuereth" % "sbt-pgp" % "1.1.0" )
addSbtPlugin( "com.github.gseitz" % "sbt-release" % "1.0.11" )
addSbtPlugin( "io.get-coursier" % "sbt-coursier" % "1.1.0-M9" )


// For future consideration
//addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "0.6.0")
//addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.7")
//addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.7")

0 comments on commit ce16997

Please sign in to comment.