Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 164f8cc

Browse files
committed
Use insecure random generation for scalajs tests
1 parent 213267b commit 164f8cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ lazy val core = (projectMatrix in file("core"))
7777
scalaVersions = List(scala212, scala213, scala3)
7878
)
7979
.jsPlatform(
80-
scalaVersions = List(scala212, scala213, scala3)
80+
scalaVersions = List(scala212, scala213, scala3),
81+
libraryDependencies += ("org.scala-js" %%% "scalajs-fake-insecure-java-securerandom" % "1.0.0").cross(CrossVersion.for3Use2_13) % Test
8182
)
8283

8384
lazy val scalatestMust = (projectMatrix in file("scalatest-must"))

0 commit comments

Comments
 (0)