Skip to content

Commit

Permalink
Update circe-core, circe-generic, ... to 0.14.10 (#4023)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Jan 11, 2025
1 parent 782c3aa commit 3411caa
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ lazy val refined: ProjectMatrix = (projectMatrix in file("integrations/refined")
libraryDependencies ++= Seq(
"eu.timepit" %%% "refined" % Versions.refined,
scalaTest.value % Test,
"io.circe" %%% "circe-refined" % Versions.circe % Test
"io.circe" %%% "circe-refined" % Versions.circeRefined % Test
)
)
.jvmPlatform(scalaVersions = scala2And3Versions, settings = commonJvmSettings)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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
3 changes: 2 additions & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ object Versions {
val http4sBlazeClient = "0.23.17"
val catsCore = "2.12.0"
val catsEffect = "3.5.7"
val circe = "0.14.9"
val circe = "0.14.10"
val circeRefined = "0.15.1"
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 3411caa

Please sign in to comment.