Skip to content

Commit

Permalink
Update enumeratum, enumeratum-circe to 1.7.4 (#3910)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward <scala-steward>
Co-authored-by: Krzysztof Ciesielski <[email protected]>
  • Loading branch information
softwaremill-ci and kciesielski authored Jul 9, 2024
1 parent 71619f5 commit 8cdd0bf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -1976,8 +1976,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.3" % Test,
"com.beachape" %% "enumeratum-circe" % "1.7.3" % Test,
"com.beachape" %% "enumeratum" % "1.7.4" % Test,
"com.beachape" %% "enumeratum-circe" % "1.7.4" % 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 @@ -10,8 +10,8 @@ libraryDependencies ++= Seq(
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "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.3",
"com.beachape" %% "enumeratum-circe" % "1.7.3",
"com.beachape" %% "enumeratum" % "1.7.4",
"com.beachape" %% "enumeratum-circe" % "1.7.4",
"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.3",
"com.beachape" %% "enumeratum" % "1.7.4",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.30.4",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.4" % "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.3"
val enumeratum = "1.7.4"
val zio = "2.1.5"
val zioHttp = "3.0.0-RC8"
val zioInteropCats = "23.0.0.8"
Expand Down

0 comments on commit 8cdd0bf

Please sign in to comment.