Skip to content

Commit

Permalink
Merge pull request #552 from djx314/update/zio-json-0.7.20
Browse files Browse the repository at this point in the history
Update zio-json to 0.7.20
  • Loading branch information
djx314 authored Feb 13, 2025
2 parents 8a2deb5 + e9dcbe2 commit 41063a4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ object LibraryDeptsInstance extends _root_.djx.sbt.depts.abs.LibraryDepts {

VarContext.changeDeptVar := "zio-json"

libraryDependencies += "dev.zio" %%% "zio-json" % "0.7.19"
libraryDependencies += "dev.zio" %%% "zio-json" % "0.7.20"

VarContext.changeDeptVar := "shapeless"

Expand Down Expand Up @@ -489,7 +489,7 @@ object LibraryDeptsInstance extends _root_.djx.sbt.depts.abs.LibraryDepts {

VarContext.changeDeptVar := "zio-json"

libraryDependencies += "dev.zio" %%% "zio-json" % "0.7.19"
libraryDependencies += "dev.zio" %%% "zio-json" % "0.7.20"

VarContext.changeDeptVar := "shapeless"

Expand Down Expand Up @@ -819,7 +819,7 @@ object LibraryDeptsInstance extends _root_.djx.sbt.depts.abs.LibraryDepts {

VarContext.changeDeptVar := "zio-json"

libraryDependencies += "dev.zio" %%% "zio-json" % "0.7.19"
libraryDependencies += "dev.zio" %%% "zio-json" % "0.7.20"

VarContext.changeDeptVar := "shapeless"

Expand Down
2 changes: 1 addition & 1 deletion scala-version-project/scala_212-project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ VarContext.changeDeptVar := "cats-effect-cps"
libraryDependencies += "org.typelevel" %%% "cats-effect-cps" % "0.4.0"

VarContext.changeDeptVar := "zio-json"
libraryDependencies += "dev.zio" %%% "zio-json" % "0.7.19"
libraryDependencies += "dev.zio" %%% "zio-json" % "0.7.20"

VarContext.changeDeptVar := "shapeless"
libraryDependencies += "com.chuusai" %%% "shapeless" % "2.3.12"
Expand Down
2 changes: 1 addition & 1 deletion scala-version-project/scala_213-project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ VarContext.changeDeptVar := "cats-effect-cps"
libraryDependencies += "org.typelevel" %%% "cats-effect-cps" % "0.4.0"

VarContext.changeDeptVar := "zio-json"
libraryDependencies += "dev.zio" %%% "zio-json" % "0.7.19"
libraryDependencies += "dev.zio" %%% "zio-json" % "0.7.20"

VarContext.changeDeptVar := "shapeless"
libraryDependencies += "com.chuusai" %%% "shapeless" % "2.3.12"
Expand Down
2 changes: 1 addition & 1 deletion scala-version-project/scala_3-project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ VarContext.changeDeptVar := "cats-effect-cps"
libraryDependencies += "org.typelevel" %%% "cats-effect-cps" % "0.4.0"

VarContext.changeDeptVar := "zio-json"
libraryDependencies += "dev.zio" %%% "zio-json" % "0.7.19"
libraryDependencies += "dev.zio" %%% "zio-json" % "0.7.20"

VarContext.changeDeptVar := "shapeless"
libraryDependencies += "org.typelevel" %%% "shapeless3-deriving" % "3.4.3"
Expand Down

0 comments on commit 41063a4

Please sign in to comment.