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.
1 parent e6c1164 commit eec8f92Copy full SHA for eec8f92
project/plugins.sbt
@@ -3,3 +3,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
3
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
4
addSbtPlugin("org.jmotor.sbt" % "sbt-dependency-updates" % "1.2.2")
5
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.20")
6
+libraryDependencies += "org.scala-js" %% "scalajs-env-nodejs" % "1.2.1" // https://github.com/scala-js/scala-js-js-envs/issues/12
0 commit comments