From d00f8a2373d19eb57389a5a51a77f65f25d20b5f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 4 Oct 2023 03:38:00 +0000 Subject: [PATCH] Update scalajs-dom to 2.8.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 97dbd22..b88e47d 100644 --- a/build.sbt +++ b/build.sbt @@ -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)