Skip to content

Commit b3343fc

Browse files
authored
Merge pull request #1872 from Baeldung/update/enumeratum-1.9.0
Update enumeratum from 1.7.6 to 1.9.0
2 parents a31664d + 044c2f2 commit b3343fc

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
@@ -422,7 +422,7 @@ val elastic4sVersion = "8.18.1"
422422
val sparkCoreDep = "org.apache.spark" %% "spark-core" % sparkVersion
423423
val sparkSqlDep = "org.apache.spark" %% "spark-sql" % sparkVersion
424424

425-
val enumeratumDep = "com.beachape" %% "enumeratum" % "1.7.6"
425+
val enumeratumDep = "com.beachape" %% "enumeratum" % "1.9.0"
426426
val circeDep = "io.circe" %% "circe-generic" % circeVersion
427427
val circeParserDep = "io.circe" %% "circe-parser" % circeVersion
428428

0 commit comments

Comments
 (0)