Skip to content

Commit

Permalink
Update scalajs-env-nodejs_2.13 to 1.4.0 (#1303)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 29, 2022
1 parent 5e80985 commit 7a6fcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/deps.sc
Expand Up @@ -110,7 +110,7 @@ object Deps {
def scalaJsEnvJsdomNodejs =
ivy"org.scala-js:scalajs-env-jsdom-nodejs_2.13:1.1.0"
// Force using of 2.13 - is there a better way?
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"
def scalaJsLogging = ivy"org.scala-js:scalajs-logging_2.13:1.1.1"
// Force using of 2.13 - is there a better way?
def scalaJsTestAdapter = ivy"org.scala-js:scalajs-sbt-test-adapter_2.13:${Scala.scalaJs}"
Expand Down

0 comments on commit 7a6fcfc

Please sign in to comment.