From 4234b17c0431159016eca201e7c444b95388afb7 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Wed, 20 Sep 2023 00:15:58 +0000 Subject: [PATCH] Update scalajs-dom to 2.7.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index d44ba58096..73f02ce752 100644 --- a/build.sbt +++ b/build.sbt @@ -417,7 +417,7 @@ lazy val core: ProjectMatrix = (projectMatrix in file("core")) scalaVersions = scala2And3Versions, settings = commonJsSettings ++ Seq( libraryDependencies ++= Seq( - "org.scala-js" %%% "scalajs-dom" % "2.6.0", + "org.scala-js" %%% "scalajs-dom" % "2.7.0", // TODO: remove once https://github.com/scalatest/scalatest/issues/2116 is fixed ("org.scala-js" %%% "scalajs-java-securerandom" % "1.0.0").cross(CrossVersion.for3Use2_13) % Test, "io.github.cquiroz" %%% "scala-java-time" % Versions.jsScalaJavaTime % Test, @@ -2064,7 +2064,7 @@ lazy val examples3: ProjectMatrix = (projectMatrix in file("examples3")) nettyServer, picklerJson, sttpClient, - swaggerUiBundle, + swaggerUiBundle ) //TODO this should be invoked by compilation process, see #https://github.com/scalameta/mdoc/issues/355