Skip to content

Commit cfc3e4a

Browse files
author
scala-steward
committed
Update enumeratum, enumeratum-circe to 1.9.2
1 parent 55554fc commit cfc3e4a

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2166,8 +2166,8 @@ lazy val openapiCodegenCore: ProjectMatrix = (projectMatrix in file("openapi-cod
21662166
"com.47deg" %% "scalacheck-toolbox-datetime" % "0.7.0" % Test,
21672167
scalaOrganization.value % "scala-reflect" % scalaVersion.value,
21682168
scalaOrganization.value % "scala-compiler" % scalaVersion.value % Test,
2169-
"com.beachape" %% "enumeratum" % "1.9.0" % Test,
2170-
"com.beachape" %% "enumeratum-circe" % "1.9.0" % Test,
2169+
"com.beachape" %% "enumeratum" % "1.9.2" % Test,
2170+
"com.beachape" %% "enumeratum-circe" % "1.9.2" % Test,
21712171
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.38.7" % Test,
21722172
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.38.7" % Provided
21732173
)

openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/nifi_test/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ libraryDependencies ++= Seq(
1717
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.11.10",
1818
"com.softwaremill.sttp.client3" %% "http4s-backend" % "3.11.0",
1919
"io.circe" %% "circe-generic" % "0.14.15",
20-
"com.beachape" %% "enumeratum" % "1.9.0",
21-
"com.beachape" %% "enumeratum-circe" % "1.9.0",
20+
"com.beachape" %% "enumeratum" % "1.9.2",
21+
"com.beachape" %% "enumeratum-circe" % "1.9.2",
2222
"com.github.geirolz" %% "cats-xml" % catsXmlVersion,
2323
"com.github.geirolz" %% "cats-xml-generic" % catsXmlVersion,
2424
"org.scalatest" %% "scalatest" % "3.2.19" % Test,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ libraryDependencies ++= Seq(
1616
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.11.10",
1717
"com.softwaremill.sttp.client3" %% "http4s-backend" % "3.11.0",
1818
"io.circe" %% "circe-generic" % "0.14.15",
19-
"com.beachape" %% "enumeratum" % "1.9.0",
20-
"com.beachape" %% "enumeratum-circe" % "1.9.0",
19+
"com.beachape" %% "enumeratum" % "1.9.2",
20+
"com.beachape" %% "enumeratum-circe" % "1.9.2",
2121
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
2222
"com.softwaremill.sttp.tapir" %% "tapir-sttp-stub-server" % "1.11.16" % Test
2323
)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ libraryDependencies ++= Seq(
1717
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % tapirVersion,
1818
"com.softwaremill.sttp.tapir" %% "tapir-pekko-http-server" % tapirVersion,
1919
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.11.10",
20-
"com.beachape" %% "enumeratum" % "1.9.0",
20+
"com.beachape" %% "enumeratum" % "1.9.2",
2121
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % jsoniterScalaVersion,
2222
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % jsoniterScalaVersion % "compile-internal",
2323
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-circe" % jsoniterScalaVersion,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ libraryDependencies ++= Seq(
1616
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % tapirVersion,
1717
"com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % tapirVersion,
1818
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.11.10",
19-
"com.beachape" %% "enumeratum" % "1.9.0",
19+
"com.beachape" %% "enumeratum" % "1.9.2",
2020
"co.fs2" %% "fs2-core" % "3.12.2",
2121
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.38.7",
2222
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.38.7" % "compile-internal",

openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/petstore/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ libraryDependencies ++= Seq(
1616
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.11.10",
1717
"io.circe" %% "circe-generic" % "0.14.15",
1818
"com.beachape" %% "enumeratum" % "1.7.5",
19-
"com.beachape" %% "enumeratum-circe" % "1.9.0",
19+
"com.beachape" %% "enumeratum-circe" % "1.9.2",
2020
"com.github.geirolz" %% "cats-xml" % catsXmlVersion,
2121
"com.github.geirolz" %% "cats-xml-generic" % catsXmlVersion,
2222
"org.scalatest" %% "scalatest" % "3.2.19" % Test,

project/Versions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ object Versions {
3737
val scalaTestPlusScalaCheck = "3.2.19.0"
3838
val refined = "0.11.3"
3939
val iron = "3.0.3"
40-
val enumeratum = "1.9.0"
40+
val enumeratum = "1.9.2"
4141
val zio = "2.1.23"
4242
val zioHttp = "3.7.4"
4343
val zioInteropCats = "23.1.0.12"

0 commit comments

Comments
 (0)