Skip to content

Commit 39dc442

Browse files
committed
Update zio from 1.0.17 to 1.0.18
1 parent e0532cc commit 39dc442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ object Dependencies {
4242
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.6.1"
4343
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.4"
4444
val testContainersScalaKafka = "com.dimafeng" %% "testcontainers-scala-kafka" % "0.41.4"
45-
val zio = "dev.zio" %% "zio" % "1.0.17"
45+
val zio = "dev.zio" %% "zio" % "1.0.18"
4646
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.5.1.0"
4747

4848
object Versions {

0 commit comments

Comments
 (0)