Skip to content

Commit

Permalink
Merge pull request #68 from sjrd/scalajs-dom-1.0.0
Browse files Browse the repository at this point in the history
Upgrade to scalajs-dom 1.0.0.
  • Loading branch information
sjrd committed Feb 12, 2020
2 parents 57b39f2 + 017fb4b commit 8fd5c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version := "0.9.7-SNAPSHOT"
organization := "be.doeraene"

libraryDependencies +=
"org.scala-js" %%% "scalajs-dom" % "0.9.8"
"org.scala-js" %%% "scalajs-dom" % "1.0.0"

scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings")

Expand Down

0 comments on commit 8fd5c5e

Please sign in to comment.