We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b3cb8 commit b7d3152Copy full SHA for b7d3152
history/build.sbt
@@ -2,4 +2,4 @@ enablePlugins(ScalaJSPlugin)
2
3
name := "slinky-history"
4
5
-libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "2.6.0"
+libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "2.8.0"
web/build.sbt
@@ -2,7 +2,7 @@ enablePlugins(ScalaJSPlugin)
name := "slinky-web"
6
7
tpolecatDevModeOptions ~= { opts =>
8
opts.filterNot(
0 commit comments