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.
2 parents e38e666 + be9287f commit bec83aeCopy full SHA for bec83ae
project/plugins.sbt
@@ -1,6 +1,6 @@
1
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0-RC2")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0")
2
3
-libraryDependencies += "org.scala-js" %% "scalajs-env-nodejs" % "1.0.0-RC2"
+libraryDependencies += "org.scala-js" %% "scalajs-env-nodejs" % "1.0.0"
4
5
unmanagedSourceDirectories in Compile +=
6
baseDirectory.value.getParentFile / "jsdom-nodejs-env/src/main/scala"
0 commit comments