Skip to content

Commit fe905ed

Browse files
committed
Update zio from 1.0.9 to 1.0.10
1 parent c3c410a commit fe905ed

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
@@ -37,7 +37,7 @@ object Dependencies {
3737
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.4.3"
3838
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.39.5"
3939
val testContainersScalaKafka = "com.dimafeng" %% "testcontainers-scala-kafka" % "0.39.5"
40-
val zio = "dev.zio" %% "zio" % "1.0.9"
40+
val zio = "dev.zio" %% "zio" % "1.0.10"
4141
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.5.1.0"
4242

4343
object Versions {

0 commit comments

Comments
 (0)