Skip to content

Commit

Permalink
Update scalajs-dom to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 28, 2022
1 parent 7c4a0ea commit a5325bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion history/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ enablePlugins(ScalaJSPlugin)

name := "slinky-history"

libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "2.0.0"
libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "2.3.0"
2 changes: 1 addition & 1 deletion web/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ enablePlugins(ScalaJSPlugin)

name := "slinky-web"

libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "2.0.0"
libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "2.3.0"

scalacOptions -= "-Xfatal-warnings"

0 comments on commit a5325bf

Please sign in to comment.