We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a0256 commit 6a929a1Copy full SHA for 6a929a1
project/Dependencies.scala
@@ -86,7 +86,7 @@ object Dependencies {
86
val zio2 = "dev.zio" %% "zio" % zio2Version
87
val tapirVersion =
88
"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"
+ val enumeratum = "com.beachape" %% "enumeratum" % "1.9.2"
90
val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.4.0"
91
val stripe = "com.stripe" % "stripe-java" % "29.1.0"
92
val parallelCollections = "org.scala-lang.modules" %% "scala-parallel-collections" % "1.2.0"
0 commit comments