Skip to content

Commit

Permalink
Update scalajs-dom to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 28, 2023
1 parent 45d987e commit 3ba9413
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 @@ -76,7 +76,7 @@ lazy val jsdom = project
.settings(
name := "colibri-jsdom",
libraryDependencies ++= Seq(
"org.scala-js" %%% "scalajs-dom" % "2.7.0",
"org.scala-js" %%% "scalajs-dom" % "2.8.0",
),
)

Expand Down

0 comments on commit 3ba9413

Please sign in to comment.