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.
2 parents a31664d + 044c2f2 commit b3343fcCopy full SHA for b3343fc
build.sbt
@@ -422,7 +422,7 @@ val elastic4sVersion = "8.18.1"
422
val sparkCoreDep = "org.apache.spark" %% "spark-core" % sparkVersion
423
val sparkSqlDep = "org.apache.spark" %% "spark-sql" % sparkVersion
424
425
-val enumeratumDep = "com.beachape" %% "enumeratum" % "1.7.6"
+val enumeratumDep = "com.beachape" %% "enumeratum" % "1.9.0"
426
val circeDep = "io.circe" %% "circe-generic" % circeVersion
427
val circeParserDep = "io.circe" %% "circe-parser" % circeVersion
428
0 commit comments