We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d22cd commit 6cc7368Copy full SHA for 6cc7368
build.sbt
@@ -114,7 +114,7 @@ val slickPg = "com.github.tminglei" %% "slick-pg" % "0.21.1"
114
val doobie = "org.tpolecat" %% "doobie-core" % "1.0.0-RC5"
115
val doobiePg = "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC5"
116
val sprayJson = "io.spray" %% "spray-json" % "1.3.6"
117
-val circeV = "0.14.6"
+val circeV = "0.14.7"
118
val circe = "io.circe" %% "circe-core" % circeV
119
val circeAuto = "io.circe" %% "circe-generic" % circeV
120
val circeAutoExtras = "io.circe" %% "circe-generic-extras" % "0.14.3"
0 commit comments