Skip to content

Commit

Permalink
Update circe-core, circe-generic, ... to 0.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 9, 2023
1 parent b0ee58b commit 8a8fd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ val slickPg = "com.github.tminglei" %% "slick-pg" % "0.21.1"
val doobie = "org.tpolecat" %% "doobie-core" % "1.0.0-RC4"
val doobiePg = "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC4"
val sprayJson = "io.spray" %% "spray-json" % "1.3.6"
val circeV = "0.14.5"
val circeV = "0.14.6"
val circe = "io.circe" %% "circe-core" % circeV
val circeAuto = "io.circe" %% "circe-generic" % circeV
val circeAutoExtras = "io.circe" %% "circe-generic-extras" % "0.14.3"
Expand Down

0 comments on commit 8a8fd2f

Please sign in to comment.