Skip to content

Commit

Permalink
Update scalajs-dom to 2.7.0 (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 20, 2023
1 parent c1e6465 commit 6d9d917
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.6.0",
"org.scala-js" %%% "scalajs-dom" % "2.7.0",
),
)

Expand Down

0 comments on commit 6d9d917

Please sign in to comment.