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 dfef3fe commit 70a15d5Copy full SHA for 70a15d5
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.3.1" % Test
+val scalaMock = "org.scalamock" %% "scalamock" % "7.3.2" % Test
24
val zioVersion = "2.1.17"
25
26
lazy val scala_core = (project in file("scala-core-modules/scala-core"))
0 commit comments