Skip to content

Commit f100e2c

Browse files
authored
Merge pull request #485 from scala-steward/update/zio-1.0.5
Update zio to 1.0.5
2 parents fbf36c0 + e86586e commit f100e2c

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
@@ -39,7 +39,7 @@ object Dependencies {
3939
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.4.2"
4040
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.39.3"
4141
val testContainersScalaKafka = "com.dimafeng" %% "testcontainers-scala-kafka" % "0.39.3"
42-
val zio = "dev.zio" %% "zio" % "1.0.4-2"
42+
val zio = "dev.zio" %% "zio" % "1.0.5"
4343
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.3.1.0"
4444

4545
object Versions {

0 commit comments

Comments
 (0)