Skip to content

Commit

Permalink
Update scalajs-dom to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 13, 2022
1 parent 077930c commit 471c591
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.2.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.2.0"

scalacOptions -= "-Xfatal-warnings"

0 comments on commit 471c591

Please sign in to comment.