Skip to content

Commit

Permalink
Merge pull request #3195 from softwaremill/update/scalajs-dom-2.7.0
Browse files Browse the repository at this point in the history
Update scalajs-dom to 2.7.0
  • Loading branch information
mergify[bot] authored Sep 20, 2023
2 parents ec456ed + 4234b17 commit 7931a82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7931a82

Please sign in to comment.