Skip to content

Commit

Permalink
Update scalajs-dom to 2.4.0 in master (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry committed Apr 30, 2023
1 parent 2030187 commit eef5b6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion html-Definitions/build.sbt
@@ -1,3 +1,3 @@
enablePlugins(ScalaJSPlugin)

libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "2.3.0"
libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "2.4.0"
2 changes: 1 addition & 1 deletion html/build.sbt
Expand Up @@ -8,7 +8,7 @@ Test / requireJsDomEnv := true

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.15" % Test

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

libraryDependencies += "com.thoughtworks.binding" %%% "bindable" % "3.0.0"

Expand Down

0 comments on commit eef5b6f

Please sign in to comment.