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 Jul 27, 2022
1 parent 5523fb6 commit a00cda3
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 a00cda3

Please sign in to comment.