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 5e80985 commit 7a6fcfcCopy full SHA for 7a6fcfc
project/deps.sc
@@ -110,7 +110,7 @@ object Deps {
110
def scalaJsEnvJsdomNodejs =
111
ivy"org.scala-js:scalajs-env-jsdom-nodejs_2.13:1.1.0"
112
// Force using of 2.13 - is there a better way?
113
- def scalaJsEnvNodeJs = ivy"org.scala-js:scalajs-env-nodejs_2.13:1.3.0"
+ def scalaJsEnvNodeJs = ivy"org.scala-js:scalajs-env-nodejs_2.13:1.4.0"
114
def scalaJsLogging = ivy"org.scala-js:scalajs-logging_2.13:1.1.1"
115
116
def scalaJsTestAdapter = ivy"org.scala-js:scalajs-sbt-test-adapter_2.13:${Scala.scalaJs}"
0 commit comments