Skip to content

Commit

Permalink
Update scalajs-dom to 2.4.0 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 16, 2023
1 parent 26febd6 commit ea4eb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ scalacOptions --= Seq("-Xfatal-warnings") // overwrite sbt-tpolecat setting
enablePlugins(ScalaJSPlugin, ScalaJSBundlerPlugin)

libraryDependencies ++= (
"org.scala-js" %%% "scalajs-dom" % "2.3.0" ::
"org.scala-js" %%% "scalajs-dom" % "2.4.0" ::
"io.monix" %%% "minitest" % "2.9.6" % "test" ::
Nil
)
Expand Down

0 comments on commit ea4eb29

Please sign in to comment.