Skip to content

Commit

Permalink
Update circe-core, circe-generic, ... to 0.14.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 25, 2024
1 parent e67f341 commit 96536d6
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.7",
"io.circe" %% "circe-generic" % "0.14.7",
"io.circe" %% "circe-parser" % "0.14.7"
"io.circe" %% "circe-core" % "0.14.8",
"io.circe" %% "circe-generic" % "0.14.8",
"io.circe" %% "circe-parser" % "0.14.8"
)
)
.dependsOn (slickPgCore % "test->test;compile->compile")
Expand Down

0 comments on commit 96536d6

Please sign in to comment.