Skip to content

Commit

Permalink
Merge pull request #211 from theiterators/update/circe-generic-extras…
Browse files Browse the repository at this point in the history
…-0.14.2

Update circe-generic-extras to 0.14.2
  • Loading branch information
pk044 committed Jun 17, 2022
2 parents dc2c03a + fcf96b3 commit 8f31515
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 @@ -138,7 +138,7 @@ val slickPg = "com.github.tminglei" %% "slick-pg" % "0.20.3"
val sprayJson = "io.spray" %% "spray-json" % "1.3.6"
val circe = "io.circe" %% "circe-core" % "0.14.2"
val circeAuto = "io.circe" %% "circe-generic" % "0.14.2"
val circeAutoExtras = "io.circe" %% "circe-generic-extras" % "0.14.1"
val circeAutoExtras = "io.circe" %% "circe-generic-extras" % "0.14.2"
val circeParser = "io.circe" %% "circe-parser" % "0.14.2"
val optionalCirce = optional(circe)

Expand Down

0 comments on commit 8f31515

Please sign in to comment.