Skip to content

Commit 6cc7368

Browse files
committed
Update circe-core, circe-generic, ... to 0.14.7
1 parent 12d22cd commit 6cc7368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ val slickPg = "com.github.tminglei" %% "slick-pg" % "0.21.1"
114114
val doobie = "org.tpolecat" %% "doobie-core" % "1.0.0-RC5"
115115
val doobiePg = "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC5"
116116
val sprayJson = "io.spray" %% "spray-json" % "1.3.6"
117-
val circeV = "0.14.6"
117+
val circeV = "0.14.7"
118118
val circe = "io.circe" %% "circe-core" % circeV
119119
val circeAuto = "io.circe" %% "circe-generic" % circeV
120120
val circeAutoExtras = "io.circe" %% "circe-generic-extras" % "0.14.3"

0 commit comments

Comments
 (0)