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 5b30d01 commit 95aa16fCopy full SHA for 95aa16f
build.sbt
@@ -62,7 +62,7 @@ val commonJsSettings = commonSettings ++ Seq(
62
}
63
},
64
libraryDependencies ++= Seq(
65
- "org.scala-js" %%% "scalajs-dom" % "2.3.0"
+ "org.scala-js" %%% "scalajs-dom" % "2.4.0"
66
)
67
68
0 commit comments