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