Skip to content

Commit

Permalink
Update scalajs-dom to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 13, 2023
1 parent 3512a19 commit 660ac73
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 @@ -62,7 +62,7 @@ val commonJsSettings = commonSettings ++ Seq(
}
},
libraryDependencies ++= Seq(
"org.scala-js" %%% "scalajs-dom" % "2.4.0"
"org.scala-js" %%% "scalajs-dom" % "2.5.0"
)
)

Expand Down

0 comments on commit 660ac73

Please sign in to comment.