Skip to content

Commit 73b7f7e

Browse files
author
scala-steward
committed
Update circe-core, circe-generic, ... to 0.14.10
1 parent 4f1c5d5 commit 73b7f7e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/oneOf-json-roundtrip/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ libraryDependencies ++= Seq(
1111
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.10.0",
1212
"com.softwaremill.sttp.tapir" %% "tapir-pekko-http-server" % "1.10.0",
1313
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.8.0",
14-
"io.circe" %% "circe-generic" % "0.14.9",
14+
"io.circe" %% "circe-generic" % "0.14.10",
1515
"com.beachape" %% "enumeratum" % "1.7.5",
1616
"com.beachape" %% "enumeratum-circe" % "1.7.5",
1717
"org.scalatest" %% "scalatest" % "3.2.19" % Test,

openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/oneOf-json-roundtrip_scala3/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ libraryDependencies ++= Seq(
99
"com.softwaremill.sttp.tapir" %% "tapir-json-circe" % "1.10.0",
1010
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.10.0",
1111
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.8.0",
12-
"io.circe" %% "circe-generic" % "0.14.9",
12+
"io.circe" %% "circe-generic" % "0.14.10",
1313
"org.latestbit" %% "circe-tagged-adt-codec" % "0.11.0",
1414
"io.github.bishabosha" %% "enum-extensions" % "0.1.1",
1515
"org.scalatest" %% "scalatest" % "3.2.19" % Test,

project/Versions.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object Versions {
44
val http4sBlazeClient = "0.23.16"
55
val catsCore = "2.12.0"
66
val catsEffect = "3.5.5"
7-
val circe = "0.14.9"
7+
val circe = "0.14.10"
88
val circeGenericExtras = "0.14.3"
99
val circeYaml = "0.15.2"
1010
val helidon = "4.0.10"

project/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// needed for GenerateMimeDb
2-
libraryDependencies += "io.circe" %% "circe-parser" % "0.14.9"
2+
libraryDependencies += "io.circe" %% "circe-parser" % "0.14.10"

0 commit comments

Comments
 (0)