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

Commit 6ccf727

Browse files
committed
Reformat with scalafmt 3.5.1
1 parent 914731f commit 6ccf727

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
@@ -78,7 +78,8 @@ lazy val core = (projectMatrix in file("core"))
7878
)
7979
.jsPlatform(
8080
scalaVersions = List(scala212, scala213, scala3),
81-
libraryDependencies += ("org.scala-js" %%% "scalajs-fake-insecure-java-securerandom" % "1.0.0").cross(CrossVersion.for3Use2_13) % Test
81+
libraryDependencies += ("org.scala-js" %%% "scalajs-fake-insecure-java-securerandom" % "1.0.0")
82+
.cross(CrossVersion.for3Use2_13) % Test
8283
)
8384

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

0 commit comments

Comments
 (0)