File tree 4 files changed +4
-4
lines changed
openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen
oneOf-json-roundtrip_scala3
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ libraryDependencies ++= Seq(
11
11
" com.softwaremill.sttp.tapir" %% " tapir-openapi-docs" % " 1.10.0" ,
12
12
" com.softwaremill.sttp.tapir" %% " tapir-pekko-http-server" % " 1.10.0" ,
13
13
" 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 " ,
15
15
" com.beachape" %% " enumeratum" % " 1.7.5" ,
16
16
" com.beachape" %% " enumeratum-circe" % " 1.7.5" ,
17
17
" org.scalatest" %% " scalatest" % " 3.2.19" % Test ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ libraryDependencies ++= Seq(
9
9
" com.softwaremill.sttp.tapir" %% " tapir-json-circe" % " 1.10.0" ,
10
10
" com.softwaremill.sttp.tapir" %% " tapir-openapi-docs" % " 1.10.0" ,
11
11
" 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 " ,
13
13
" org.latestbit" %% " circe-tagged-adt-codec" % " 0.11.0" ,
14
14
" io.github.bishabosha" %% " enum-extensions" % " 0.1.1" ,
15
15
" org.scalatest" %% " scalatest" % " 3.2.19" % Test ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ object Versions {
4
4
val http4sBlazeClient = " 0.23.16"
5
5
val catsCore = " 2.12.0"
6
6
val catsEffect = " 3.5.5"
7
- val circe = " 0.14.9 "
7
+ val circe = " 0.14.10 "
8
8
val circeGenericExtras = " 0.14.3"
9
9
val circeYaml = " 0.15.2"
10
10
val helidon = " 4.0.10"
Original file line number Diff line number Diff line change 1
1
// needed for GenerateMimeDb
2
- libraryDependencies += " io.circe" %% " circe-parser" % " 0.14.9 "
2
+ libraryDependencies += " io.circe" %% " circe-parser" % " 0.14.10 "
You can’t perform that action at this time.
0 commit comments