Skip to content

Commit

Permalink
Update circe-core, circe-generic, ... to 0.14.2 (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 20, 2022
1 parent 57acb2a commit dc2c03a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ val optionalSlick = optional(slick)
val playJson = "com.typesafe.play" %% "play-json" % "2.9.2"
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.1"
val circeAuto = "io.circe" %% "circe-generic" % "0.14.1"
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 circeParser = "io.circe" %% "circe-parser" % "0.14.1"
val circeParser = "io.circe" %% "circe-parser" % "0.14.2"
val optionalCirce = optional(circe)

val jsonschema = "com.github.andyglow" %% "scala-jsonschema" % "0.7.8"
Expand Down

0 comments on commit dc2c03a

Please sign in to comment.