Skip to content

Commit

Permalink
Merge pull request #301 from scala-steward/update/zio-1.0.0
Browse files Browse the repository at this point in the history
Update zio to 1.0.0
  • Loading branch information
mergify[bot] authored Aug 3, 2020
2 parents 104a391 + 785ebcc commit 23108ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object Dependencies {
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.4.2"
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.38.1"
val testContainersScalaKafka = "com.dimafeng" %% "testcontainers-scala-kafka" % "0.38.1"
val zio = "dev.zio" %% "zio" % "1.0.0-RC21-2"
val zio = "dev.zio" %% "zio" % "1.0.0"
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.1.3.0-RC16"

object Versions {
Expand Down

0 comments on commit 23108ab

Please sign in to comment.