2 parents 750029e + c0a6dc9 commit d1ccfefCopy full SHA for d1ccfef
1 file changed
build.sbt
@@ -173,9 +173,9 @@ lazy val slickPgCirceJson = (project in file("./addons/circe-json"))
173
description := "Slick extensions for PostgreSQL - circe module",
174
libraryDependencies := mainDependencies(scalaVersion.value) ++
175
Seq(
176
- "io.circe" %% "circe-core" % "0.14.15",
177
- "io.circe" %% "circe-generic" % "0.14.15",
178
- "io.circe" %% "circe-parser" % "0.14.15"
+ "io.circe" %% "circe-core" % "0.14.16",
+ "io.circe" %% "circe-generic" % "0.14.16",
+ "io.circe" %% "circe-parser" % "0.14.16"
179
)
180
181
.dependsOn (slickPgCore % "test->test;compile->compile")
0 commit comments