Skip to content

Commit

Permalink
Update zio to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 4, 2024
1 parent 3e67ed9 commit 352e3fd
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 @@ -28,7 +28,7 @@ object Dependencies {
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18"
lazy val slf4jDepedency = "org.slf4j" % "slf4j-api" % "2.0.13"
lazy val sourcecode = "com.lihaoyi" %% "sourcecode" % "0.4.1"
lazy val zioDependency = "dev.zio" %% "zio" % "1.0.18"
lazy val zioDependency = "dev.zio" %% "zio" % "2.1.2"
lazy val zioInterop = "dev.zio" %% "zio-interop-cats" % "2.2.0.1"

}

0 comments on commit 352e3fd

Please sign in to comment.