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.
2 parents bc4dc29 + c650b7e commit bd59672Copy full SHA for bd59672
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.6"
+val zioVersion = "2.1.7"
24
25
lazy val scala_core = (project in file("scala-core-modules/scala-core"))
26
.settings(
0 commit comments