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 767fc54 + 32a5c2c commit 13c8508Copy full SHA for 13c8508
build.sbt
@@ -61,7 +61,7 @@ val commonJsSettings = commonSettings ++ Seq(
61
}
62
},
63
libraryDependencies ++= Seq(
64
- "org.scala-js" %%% "scalajs-dom" % "2.2.0"
+ "org.scala-js" %%% "scalajs-dom" % "2.3.0"
65
)
66
67
0 commit comments