Skip to content

Commit

Permalink
Update enumeratum, enumeratum-circe to 1.7.5 (#4082)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Oct 5, 2024
1 parent 65ade9b commit 5be7814
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -1986,8 +1986,8 @@ lazy val openapiCodegenCore: ProjectMatrix = (projectMatrix in file("openapi-cod
"com.47deg" %% "scalacheck-toolbox-datetime" % "0.7.0" % Test,
scalaOrganization.value % "scala-reflect" % scalaVersion.value,
scalaOrganization.value % "scala-compiler" % scalaVersion.value % Test,
"com.beachape" %% "enumeratum" % "1.7.4" % Test,
"com.beachape" %% "enumeratum-circe" % "1.7.4" % Test,
"com.beachape" %% "enumeratum" % "1.7.5" % Test,
"com.beachape" %% "enumeratum-circe" % "1.7.5" % Test,
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.28.2" % Test,
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.28.2" % Provided
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ libraryDependencies ++= Seq(
"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",
"com.beachape" %% "enumeratum" % "1.7.4",
"com.beachape" %% "enumeratum-circe" % "1.7.4",
"com.beachape" %% "enumeratum" % "1.7.5",
"com.beachape" %% "enumeratum-circe" % "1.7.5",
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"com.softwaremill.sttp.tapir" %% "tapir-sttp-stub-server" % "1.10.0" % Test
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ libraryDependencies ++= Seq(
"com.softwaremill.sttp.tapir" %% "tapir-jsoniter-scala" % "1.10.0",
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.10.0",
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.8.0",
"com.beachape" %% "enumeratum" % "1.7.4",
"com.beachape" %% "enumeratum" % "1.7.5",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.30.14",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.14" % "compile-internal",
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ libraryDependencies ++= Seq(
"com.softwaremill.sttp.tapir" %% "tapir-jsoniter-scala" % "1.10.0",
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.10.0",
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.8.0",
"com.beachape" %% "enumeratum" % "1.7.4",
"com.beachape" %% "enumeratum" % "1.7.5",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.30.14",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.14" % "compile-internal",
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
Expand Down
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object Versions {
val scalaTestPlusScalaCheck = "3.2.19.0"
val refined = "0.11.2"
val iron = "2.6.0"
val enumeratum = "1.7.4"
val enumeratum = "1.7.5"
val zio = "2.1.9"
val zioHttp = "3.0.1"
val zioInteropCats = "23.1.0.3"
Expand Down

0 comments on commit 5be7814

Please sign in to comment.