Skip to content

Commit e177836

Browse files
Update enumeratum from 1.9.0 to 1.9.1
1 parent 0fdeadd commit e177836

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

426-
val enumeratumDep = "com.beachape" %% "enumeratum" % "1.9.0"
426+
val enumeratumDep = "com.beachape" %% "enumeratum" % "1.9.1"
427427
val circeDep = "io.circe" %% "circe-generic" % circeVersion
428428
val circeParserDep = "io.circe" %% "circe-parser" % circeVersion
429429

0 commit comments

Comments
 (0)