We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8452fa commit c29b247Copy full SHA for c29b247
build.sbt
@@ -60,7 +60,7 @@ val commonJsSettings = commonSettings ++ Seq(
60
}
61
},
62
libraryDependencies ++= Seq(
63
- "org.scala-js" %%% "scalajs-dom" % "2.0.0"
+ "org.scala-js" %%% "scalajs-dom" % "2.1.0"
64
)
65
66
0 commit comments