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 053e233 commit b7100c4Copy full SHA for b7100c4
build.sbt
@@ -390,7 +390,7 @@ val sparkVersion = "3.5.1"
390
val sparkCoreDep = "org.apache.spark" %% "spark-core" % sparkVersion
391
val sparkSqlDep = "org.apache.spark" %% "spark-sql" % sparkVersion
392
393
-val enumeratumDep = "com.beachape" %% "enumeratum" % "1.7.3"
+val enumeratumDep = "com.beachape" %% "enumeratum" % "1.7.4"
394
val circeDep = "io.circe" %% "circe-generic" % circeVersion
395
val circeParserDep = "io.circe" %% "circe-parser" % circeVersion
396
0 commit comments