Skip to content

Commit

Permalink
Update circe-core, circe-generic, ... to 0.14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 29, 2024
1 parent 4f1c5d5 commit 73b7f7e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ libraryDependencies ++= Seq(
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.10.0",
"com.softwaremill.sttp.tapir" %% "tapir-pekko-http-server" % "1.10.0",
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.8.0",
"io.circe" %% "circe-generic" % "0.14.9",
"io.circe" %% "circe-generic" % "0.14.10",
"com.beachape" %% "enumeratum" % "1.7.5",
"com.beachape" %% "enumeratum-circe" % "1.7.5",
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ libraryDependencies ++= Seq(
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.10.0",
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.10.0",
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.8.0",
"io.circe" %% "circe-generic" % "0.14.9",
"io.circe" %% "circe-generic" % "0.14.10",
"org.latestbit" %% "circe-tagged-adt-codec" % "0.11.0",
"io.github.bishabosha" %% "enum-extensions" % "0.1.1",
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
Expand Down
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Versions {
val http4sBlazeClient = "0.23.16"
val catsCore = "2.12.0"
val catsEffect = "3.5.5"
val circe = "0.14.9"
val circe = "0.14.10"
val circeGenericExtras = "0.14.3"
val circeYaml = "0.15.2"
val helidon = "4.0.10"
Expand Down
2 changes: 1 addition & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// needed for GenerateMimeDb
libraryDependencies += "io.circe" %% "circe-parser" % "0.14.9"
libraryDependencies += "io.circe" %% "circe-parser" % "0.14.10"

0 comments on commit 73b7f7e

Please sign in to comment.