Skip to content

Commit

Permalink
chore: Major dependency updates (#3286)
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Kleinbölting <[email protected]>
  • Loading branch information
daschbot and seakayone authored Jun 17, 2024
1 parent 44e592f commit f15eb4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object Dependencies {
val zioConfig = "dev.zio" %% "zio-config" % ZioConfigVersion
val zioConfigMagnolia = "dev.zio" %% "zio-config-magnolia" % ZioConfigVersion
val zioConfigTypesafe = "dev.zio" %% "zio-config-typesafe" % ZioConfigVersion
val zioJson = "dev.zio" %% "zio-json" % "0.6.2"
val zioJson = "dev.zio" %% "zio-json" % "0.7.0"
val zioLogging = "dev.zio" %% "zio-logging" % ZioLoggingVersion
val zioLoggingSlf4jBridge = "dev.zio" %% "zio-logging-slf4j2-bridge" % ZioLoggingVersion
val zioNio = "dev.zio" %% "zio-nio" % ZioNioVersion
Expand All @@ -47,7 +47,7 @@ object Dependencies {
// refined
val refined = Seq(
"eu.timepit" %% "refined" % "0.11.1",
"dev.zio" %% "zio-json-interop-refined" % "0.6.2",
"dev.zio" %% "zio-json-interop-refined" % "0.7.0",
)

// zio-test and friends
Expand Down

0 comments on commit f15eb4e

Please sign in to comment.