Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Update scala-js-nodejs-v8 to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 6, 2019
1 parent 1dbe32b commit 0b5ca04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ object Dependencies {
val compat = Def.setting("org.scala-lang.modules" %%% "scala-collection-compat" % "2.1.2")
}
object scalajs {
val nodejs = Def.setting("net.exoego" %%% "scala-js-nodejs-v8" % "0.8.0")
val nodejs = Def.setting("net.exoego" %%% "scala-js-nodejs-v8" % "0.9.0")
}
}

0 comments on commit 0b5ca04

Please sign in to comment.