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 b9c6e64 commit 96c02b4Copy full SHA for 96c02b4
build.sbt
@@ -20,7 +20,7 @@ val scalaTestDeps = Seq(
20
"org.scalatest" %% "scalatest-flatspec" % "3.2.19" % Test
21
)
22
23
-val scalaMock = "org.scalamock" %% "scalamock" % "7.4.0" % Test
+val scalaMock = "org.scalamock" %% "scalamock" % "7.4.2" % Test
24
val zioVersion = "2.1.20"
25
26
lazy val scala_core = (project in file("scala-core-modules/scala-core"))
0 commit comments