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.
2 parents 572b767 + a9d2f90 commit 78af322Copy full SHA for 78af322
build.sbt
@@ -16,7 +16,7 @@ scalacOptions in ThisBuild ++= Seq(
16
)
17
18
libraryDependencies ++= Seq(
19
- "org.scala-js" %%% "scalajs-dom" % "0.8.2",
+ "org.scala-js" %%% "scalajs-dom" % "0.9.0",
20
"org.scalatest" %%% "scalatest" % "3.0.0-M15" % Test,
21
"com.lihaoyi" %%% "scalatags" % "0.5.4" % Test
22
project/plugins.sbt
@@ -1,3 +1,3 @@
1
logLevel := Level.Warn
2
3
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.6")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.7")
0 commit comments