Skip to content

Commit

Permalink
Merge pull request #304 from scala-steward/update/enumeratum-1.7.3
Browse files Browse the repository at this point in the history
Update enumeratum to 1.7.3
  • Loading branch information
Alexander Valentinov authored Jul 29, 2023
2 parents 4a88ed6 + f025bf6 commit b6bd427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ lazy val `enumeratum` =
.settings(
commonDependencies,
libraryDependencies ++= Seq(
"com.beachape" %% "enumeratum" % "1.7.2",
"com.beachape" %% "enumeratum" % "1.7.3",
),
)
.jvmPlatform(scala2Versions)
Expand Down

0 comments on commit b6bd427

Please sign in to comment.