Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Upgrade circe-core, circe-generic, ... from 0.14.2 to 0.14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikArndt committed Sep 7, 2024
1 parent c370464 commit 1d71b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lazy val databaseDependencies = Seq(
"com.github.tminglei" %% "slick-pg_circe-json" % "0.20.4"
)

val circeVersion = "0.14.2"
val circeVersion = "0.14.10"

lazy val jsonDependencies = Seq(
"io.circe" %% "circe-core" % circeVersion,
Expand Down

0 comments on commit 1d71b9d

Please sign in to comment.