Skip to content

Commit f266b8a

Browse files
authored
Merge pull request #1821 from Baeldung/update/enumeratum-1.7.6
Update enumeratum from 1.7.5 to 1.7.6
2 parents 5a93dae + f2f7c71 commit f266b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ val elastic4sVersion = "8.17.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.5"
425+
val enumeratumDep = "com.beachape" %% "enumeratum" % "1.7.6"
426426
val circeDep = "io.circe" %% "circe-generic" % circeVersion
427427
val circeParserDep = "io.circe" %% "circe-parser" % circeVersion
428428

0 commit comments

Comments
 (0)