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 e8998e1 commit eda6704Copy full SHA for eda6704
build.sbt
@@ -407,7 +407,7 @@ val elastic4sVersion = "8.15.2"
407
val sparkCoreDep = "org.apache.spark" %% "spark-core" % sparkVersion
408
val sparkSqlDep = "org.apache.spark" %% "spark-sql" % sparkVersion
409
410
-val enumeratumDep = "com.beachape" %% "enumeratum" % "1.7.4"
+val enumeratumDep = "com.beachape" %% "enumeratum" % "1.7.5"
411
val circeDep = "io.circe" %% "circe-generic" % circeVersion
412
val circeParserDep = "io.circe" %% "circe-parser" % circeVersion
413
0 commit comments