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 a830133 commit 044c2f2Copy full SHA for 044c2f2
build.sbt
@@ -422,7 +422,7 @@ val elastic4sVersion = "8.18.0"
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