Skip to content

Commit a8a5c20

Browse files
author
scala-steward
committed
Update enumeratum to 1.9.1
1 parent d1806a8 commit a8a5c20

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2153,7 +2153,7 @@ lazy val openapiCodegenCore: ProjectMatrix = (projectMatrix in file("openapi-cod
21532153
"com.47deg" %% "scalacheck-toolbox-datetime" % "0.7.0" % Test,
21542154
scalaOrganization.value % "scala-reflect" % scalaVersion.value,
21552155
scalaOrganization.value % "scala-compiler" % scalaVersion.value % Test,
2156-
"com.beachape" %% "enumeratum" % "1.9.0" % Test,
2156+
"com.beachape" %% "enumeratum" % "1.9.1" % Test,
21572157
"com.beachape" %% "enumeratum-circe" % "1.9.0" % Test,
21582158
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.38.2" % Test,
21592159
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.38.2" % Provided

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lazy val root = (project in file("."))
44
scalaVersion := "2.13.17",
55
version := "0.1",
66
openapiStreamingImplementation := "pekko",
7-
openapiGenerateEndpointTypes := true,
7+
openapiGenerateEndpointTypes := true
88
)
99

1010
val tapirVersion = "1.11.50"
@@ -17,7 +17,7 @@ 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",
20+
"com.beachape" %% "enumeratum" % "1.9.1",
2121
"com.beachape" %% "enumeratum-circe" % "1.9.0",
2222
"com.github.geirolz" %% "cats-xml" % catsXmlVersion,
2323
"com.github.geirolz" %% "cats-xml-generic" % catsXmlVersion,
@@ -46,7 +46,7 @@ TaskKey[Unit]("check") := {
4646
"TapirGeneratedEndpoints.scala" -> "Expected.scala.txt",
4747
"TapirGeneratedEndpointsJsonSerdes.scala" -> "ExpectedJsonSerdes.scala.txt",
4848
"TapirGeneratedEndpointsSchemas1.scala" -> "ExpectedSchemas.scala.txt",
49-
"TapirGeneratedEndpointsXmlSerdes.scala" -> "ExpectedXmlSerdes.scala.txt",
49+
"TapirGeneratedEndpointsXmlSerdes.scala" -> "ExpectedXmlSerdes.scala.txt"
5050
).foreach { case (generated, expected) => check(generated, expected) }
5151
()
5252
}

openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/oneOf-json-roundtrip/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
"com.softwaremill.sttp.client3" %% "http4s-backend" % "3.11.0",
1818
"io.circe" %% "circe-generic" % "0.14.15",
19-
"com.beachape" %% "enumeratum" % "1.9.0",
19+
"com.beachape" %% "enumeratum" % "1.9.1",
2020
"com.beachape" %% "enumeratum-circe" % "1.9.0",
2121
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
2222
"com.softwaremill.sttp.tapir" %% "tapir-sttp-stub-server" % "1.11.16" % Test

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.1",
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.1",
2020
"co.fs2" %% "fs2-core" % "3.12.2",
2121
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.38.2",
2222
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.38.2" % "compile-internal",

project/Versions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ object Versions {
3636
val scalaTestPlusScalaCheck = "3.2.19.0"
3737
val refined = "0.11.3"
3838
val iron = "3.0.3"
39-
val enumeratum = "1.9.0"
39+
val enumeratum = "1.9.1"
4040
val zio = "2.1.22"
4141
val zioHttp = "3.5.1"
4242
val zioInteropCats = "23.1.0.10"

0 commit comments

Comments
 (0)