Skip to content

Commit

Permalink
Update zio, zio-streams, zio-test, ... to 2.0.22 (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 20, 2024
1 parent 08f874e commit 797a338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mill-build/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import mill._, scalalib._
object millbuild extends MillBuildRootModule {
override def scalacOptions = super.scalacOptions() ++ Seq("-feature", "-deprecation", "-unchecked")
override def ivyDeps = super.ivyDeps() ++ Seq(
ivy"dev.zio::zio:2.0.21",
ivy"dev.zio::zio:2.0.22",
ivy"dev.zio::zio-config:4.0.1",
ivy"dev.zio::zio-config-magnolia:4.0.1",
ivy"dev.zio::zio-config-typesafe:4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ object Versions {
val spire = "0.18.0"
val `tasty-query` = "0.5.6"
val upickle = "3.0.0-M1"
val zio = "2.0.21"
val zio = "2.0.22"
val `zio-cli` = "0.5.0"
val `zio-config` = "4.0.1"
val `zio-interop-cats` = "23.1.0.2"
Expand Down

0 comments on commit 797a338

Please sign in to comment.