We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1f4e0 commit 85712c0Copy full SHA for 85712c0
project/Build.scala
@@ -52,9 +52,8 @@ object Build extends BuildDef {
52
val mockitoVersion = "3.9.0"
53
val circeVersion = "0.13.0" // benchmark only
54
val upickleVersion = "1.3.11" // benchmark only
55
- val scalajsBenchmarkVersion = "0.10.0"
+ val scalajsBenchmarkVersion = "0.9.0"
56
val slf4jVersion = "1.7.32"
57
- val scalaJsSecureRandomVersion = "1.0.0" // test only
58
59
// for binary compatibility checking
60
val previousCompatibleVersions: Set[String] = Set("2.2.4")
0 commit comments