Skip to content

Commit 85712c0

Browse files
author
Sebastian Haracz
committed
Downgrade scalajsBenchmark as it's not available for 2.12
1 parent 4f1f4e0 commit 85712c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

project/Build.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ object Build extends BuildDef {
5252
val mockitoVersion = "3.9.0"
5353
val circeVersion = "0.13.0" // benchmark only
5454
val upickleVersion = "1.3.11" // benchmark only
55-
val scalajsBenchmarkVersion = "0.10.0"
55+
val scalajsBenchmarkVersion = "0.9.0"
5656
val slf4jVersion = "1.7.32"
57-
val scalaJsSecureRandomVersion = "1.0.0" // test only
5857

5958
// for binary compatibility checking
6059
val previousCompatibleVersions: Set[String] = Set("2.2.4")

0 commit comments

Comments
 (0)