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 eb8d65a commit fc2b18fCopy full SHA for fc2b18f
build.sbt
@@ -20,7 +20,7 @@ val scalaTestDeps = Seq(
20
)
21
22
val scalaMock = "org.scalamock" %% "scalamock" % "6.0.0" % Test
23
-val zioVersion = "2.1.7"
+val zioVersion = "2.1.9"
24
25
lazy val scala_core = (project in file("scala-core-modules/scala-core"))
26
.settings(
0 commit comments