Skip to content

Commit b7100c4

Browse files
Update enumeratum from 1.7.3 to 1.7.4
1 parent 053e233 commit b7100c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ val sparkVersion = "3.5.1"
390390
val sparkCoreDep = "org.apache.spark" %% "spark-core" % sparkVersion
391391
val sparkSqlDep = "org.apache.spark" %% "spark-sql" % sparkVersion
392392

393-
val enumeratumDep = "com.beachape" %% "enumeratum" % "1.7.3"
393+
val enumeratumDep = "com.beachape" %% "enumeratum" % "1.7.4"
394394
val circeDep = "io.circe" %% "circe-generic" % circeVersion
395395
val circeParserDep = "io.circe" %% "circe-parser" % circeVersion
396396

0 commit comments

Comments
 (0)