Skip to content

Commit

Permalink
Merge pull request #735 from scala-steward/update/circe-core-0.14.10
Browse files Browse the repository at this point in the history
Update circe-core, circe-generic, ... to 0.14.10
  • Loading branch information
tminglei authored Dec 22, 2024
2 parents 49e7c3e + fbe0b62 commit 027e0c9
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 @@ -174,9 +174,9 @@ lazy val slickPgCirceJson = (project in file("./addons/circe-json"))
description := "Slick extensions for PostgreSQL - circe module",
libraryDependencies := mainDependencies(scalaVersion.value) ++
Seq(
"io.circe" %% "circe-core" % "0.14.9",
"io.circe" %% "circe-generic" % "0.14.9",
"io.circe" %% "circe-parser" % "0.14.9"
"io.circe" %% "circe-core" % "0.14.10",
"io.circe" %% "circe-generic" % "0.14.10",
"io.circe" %% "circe-parser" % "0.14.10"
)
)
.dependsOn (slickPgCore % "test->test;compile->compile")
Expand Down

0 comments on commit 027e0c9

Please sign in to comment.