Skip to content

Commit

Permalink
Removed scalajs-securerandom dependency (#3684)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pask423 committed Apr 15, 2024
1 parent 7241505 commit d5d965c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,6 @@ lazy val core: ProjectMatrix = (projectMatrix in file("core"))
settings = commonJsSettings ++ Seq(
libraryDependencies ++= Seq(
"org.scala-js" %%% "scalajs-dom" % "2.8.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,
"io.github.cquiroz" %%% "scala-java-time-tzdb" % Versions.jsScalaJavaTime % Test
)
Expand Down

0 comments on commit d5d965c

Please sign in to comment.