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 609af09 + b7100c4 commit 9e24d73Copy full SHA for 9e24d73
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