Skip to content

Commit

Permalink
Merge pull request #305 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
cquiroz authored Dec 7, 2024
2 parents fa029f9 + d00f8a2 commit 9aea00f
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 9aea00f

Please sign in to comment.