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

Commit 6195671

Browse files
Update sbt-scalajs, scalajs-compiler, ... to 1.10.0 (#379)
* Update sbt-scalajs, scalajs-compiler, ... to 1.10.0 * Use insecure random generation for scalajs tests Co-authored-by: ghostbuster91 <[email protected]>
1 parent 363e888 commit 6195671

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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"))

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % "
22
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % "2.0.9")
33
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-extra" % "2.0.9")
44

5-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.9.0")
5+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.0")
66
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0")
77
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.2")
88

0 commit comments

Comments
 (0)