Skip to content

Commit 9aea00f

Browse files
authored
Merge pull request #305 from scala-steward/update/scalajs-dom-2.8.0
Update scalajs-dom to 2.8.0
2 parents fa029f9 + d00f8a2 commit 9aea00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ lazy val diodeDevtools = crossProject(JSPlatform, JVMPlatform)
135135
)
136136
.jsSettings(commonJsSettings: _*)
137137
.jsSettings(
138-
libraryDependencies ++= Seq("org.scala-js" %%% "scalajs-dom" % "2.2.0")
138+
libraryDependencies ++= Seq("org.scala-js" %%% "scalajs-dom" % "2.8.0")
139139
)
140140
.dependsOn(diodeCore)
141141

0 commit comments

Comments
 (0)