Skip to content

Commit

Permalink
Update scalajs-dom to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 20, 2023
1 parent 279ef88 commit d8ff008
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 @@ -22,6 +22,6 @@ lazy val thebutlerdidit = crossProject(JSPlatform, JVMPlatform)
)
.jsSettings(
// Add JS-specific settings here
libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "2.0.0",
libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "2.7.0",
scalaJSUseMainModuleInitializer := true
)

0 comments on commit d8ff008

Please sign in to comment.