Skip to content

Commit

Permalink
Update scalajs-dom to 1.0.0 (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 12, 2020
1 parent efcd37a commit 89e5bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -690,7 +690,7 @@ lazy val rx =
jsBuildSettings,
jsEnv in Test := new org.scalajs.jsenv.jsdomnodejs.JSDOMNodeJSEnv(),
libraryDependencies ++= Seq(
"org.scala-js" %%% "scalajs-dom" % "0.9.8"
"org.scala-js" %%% "scalajs-dom" % "1.0.0"
)
)
.dependsOn(log, airspecRef % "test")
Expand Down

0 comments on commit 89e5bb7

Please sign in to comment.