Skip to content

Commit

Permalink
ZIO updates (#222)
Browse files Browse the repository at this point in the history
* Update zio-json to 0.7.12

* Update zio-logging to 2.4.0

---------

Co-authored-by: Scala Steward <[email protected]>
  • Loading branch information
ex0ns and Scala Steward authored Mar 7, 2025
1 parent 292b462 commit dcc8f2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.3.2"
val zioLoggingVersion = "2.4.0"
val zioVersion = "2.1.14"
val zioJsonVersion = "0.7.4"
val zioJsonVersion = "0.7.12"
val zioConfigVersion = "4.0.3"
val sttpVersion = "3.10.3"
val scalafixModuleVersion = "0.6.0"
Expand Down

0 comments on commit dcc8f2a

Please sign in to comment.