Skip to content

Commit 6a929a1

Browse files
Update enumeratum to 1.9.2 (#3308)
Co-authored-by: gu-scala-steward-public-repos[bot] <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com>
1 parent 35a0256 commit 6a929a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ object Dependencies {
8686
val zio2 = "dev.zio" %% "zio" % zio2Version
8787
val tapirVersion =
8888
"1.11.33" // stick with 1.11.33 for now as later versions indirectly pull in netty-codec-base which duplicates netty-codec content
89-
val enumeratum = "com.beachape" %% "enumeratum" % "1.7.6"
89+
val enumeratum = "com.beachape" %% "enumeratum" % "1.9.2"
9090
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.4.0"
9191
val stripe = "com.stripe" % "stripe-java" % "29.1.0"
9292
val parallelCollections = "org.scala-lang.modules" %% "scala-parallel-collections" % "1.2.0"

0 commit comments

Comments
 (0)