Skip to content

Commit

Permalink
Upgrade to Scala.js 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
gzm0 committed Feb 5, 2020
1 parent e38e666 commit be9287f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
@@ -1,6 +1,6 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0-RC2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0")

libraryDependencies += "org.scala-js" %% "scalajs-env-nodejs" % "1.0.0-RC2"
libraryDependencies += "org.scala-js" %% "scalajs-env-nodejs" % "1.0.0"

unmanagedSourceDirectories in Compile +=
baseDirectory.value.getParentFile / "jsdom-nodejs-env/src/main/scala"

0 comments on commit be9287f

Please sign in to comment.