Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scalajs-dom to 2.7.0 #3195

Merged
merged 1 commit into from
Sep 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading