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 Oct 4, 2023
1 parent 147f6fd commit d00f8a2
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 @@ -135,7 +135,7 @@ lazy val diodeDevtools = crossProject(JSPlatform, JVMPlatform)
)
.jsSettings(commonJsSettings: _*)
.jsSettings(
libraryDependencies ++= Seq("org.scala-js" %%% "scalajs-dom" % "2.2.0")
libraryDependencies ++= Seq("org.scala-js" %%% "scalajs-dom" % "2.8.0")
)
.dependsOn(diodeCore)

Expand Down

0 comments on commit d00f8a2

Please sign in to comment.