diff --git a/build.sbt b/build.sbt index 74f7c6a..703cf8f 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ startYear := Some(2017) scalaVersion := "2.13.5" libraryDependencies ++= Seq( - "org.scala-js" %%% "scalajs-dom" % "0.9.8", + "org.scala-js" %%% "scalajs-dom" % "1.2.0", "org.scala-lang.modules" % "scala-xml_2.12" % "1.3.0", "com.thoughtworks.binding" %%% "dom" % "11.9.0", "com.thoughtworks.binding" %%% "route" % "11.9.0",