Skip to content

Commit

Permalink
Update zerowaste to 0.2.28
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe-steward[bot] committed Dec 22, 2024
1 parent f1f1677 commit 44430a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object Dependencies {
val weaver = "0.8.4"

val organizeImports = "0.6.0"
val zerowaste = "0.2.27"
val zerowaste = "0.2.28"
}

object Libraries {
Expand All @@ -51,8 +51,8 @@ object Dependencies {
val cirisCore = Def.setting("is.cir" %%% "ciris" % V.ciris)
val cirisRefined = Def.setting("is.cir" %%% "ciris-refined" % V.ciris)

val circeCore = circe("core")
val circeParser = circe("parser")
val circeCore = circe("core")
val circeParser = circe("parser")

val circeRefined = Def.setting("io.circe" %%% "circe-refined" % V.circeRefined)

Expand Down

0 comments on commit 44430a4

Please sign in to comment.