Skip to content

Commit

Permalink
Merge pull request #423 from scala-steward/update/scalajs-dom-2.8.0
Browse files Browse the repository at this point in the history
Update scalajs-dom to 2.8.0
  • Loading branch information
JD557 authored Oct 7, 2023
2 parents 9836c75 + d2a0d72 commit ab0caaa
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 @@ -74,7 +74,7 @@ val publishSettings = Seq(
val jsSettings = Seq(
libraryDependencies ++= Seq(
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.11.0",
"org.scala-js" %%% "scalajs-dom" % "2.7.0"
"org.scala-js" %%% "scalajs-dom" % "2.8.0"
)
)

Expand Down

0 comments on commit ab0caaa

Please sign in to comment.