Skip to content

Commit d1ccfef

Browse files
authored
Merge pull request #835 from scala-steward/update/circe-core-0.14.16
Update circe-core, circe-generic, ... to 0.14.16
2 parents 750029e + c0a6dc9 commit d1ccfef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ lazy val slickPgCirceJson = (project in file("./addons/circe-json"))
173173
description := "Slick extensions for PostgreSQL - circe module",
174174
libraryDependencies := mainDependencies(scalaVersion.value) ++
175175
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"
176+
"io.circe" %% "circe-core" % "0.14.16",
177+
"io.circe" %% "circe-generic" % "0.14.16",
178+
"io.circe" %% "circe-parser" % "0.14.16"
179179
)
180180
)
181181
.dependsOn (slickPgCore % "test->test;compile->compile")

0 commit comments

Comments
 (0)