Skip to content

Commit

Permalink
ZIO updates (#225)
Browse files Browse the repository at this point in the history
* Update zio to 2.1.16

* Update zio-json to 0.7.39

* Update zio-logging to 2.5.0

---------

Co-authored-by: Scala Steward <[email protected]>
  • Loading branch information
ex0ns and Scala Steward authored Mar 8, 2025
1 parent dcc8f2a commit bd0ab3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import $ivy.`com.goyeau::mill-scalafix::0.4.2`
import com.goyeau.mill.scalafix.ScalafixModule

object Versions {
val zioLoggingVersion = "2.4.0"
val zioVersion = "2.1.14"
val zioJsonVersion = "0.7.12"
val zioLoggingVersion = "2.5.0"
val zioVersion = "2.1.16"
val zioJsonVersion = "0.7.39"
val zioConfigVersion = "4.0.3"
val sttpVersion = "3.10.3"
val scalafixModuleVersion = "0.6.0"
Expand Down

0 comments on commit bd0ab3e

Please sign in to comment.