Skip to content

Commit 9e24d73

Browse files
authored
Merge pull request #1443 from Baeldung/update/enumeratum-1.7.4
Update enumeratum from 1.7.3 to 1.7.4
2 parents 609af09 + b7100c4 commit 9e24d73

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)