We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a93dae + f2f7c71 commit f266b8aCopy full SHA for f266b8a
build.sbt
@@ -422,7 +422,7 @@ val elastic4sVersion = "8.17.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.5"
+val enumeratumDep = "com.beachape" %% "enumeratum" % "1.7.6"
426
val circeDep = "io.circe" %% "circe-generic" % circeVersion
427
val circeParserDep = "io.circe" %% "circe-parser" % circeVersion
428
0 commit comments