Skip to content

Commit

Permalink
Update enumeratum to 1.7.2 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 7, 2023
1 parent 2bbd12f commit 44061c3
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 @@ -150,7 +150,7 @@ lazy val enumeratum = project.in(modules / "enumeratum")
.settings(
name := "tethys-enumeratum",
libraryDependencies ++= Seq(
"com.beachape" %% "enumeratum" % "1.7.0"
"com.beachape" %% "enumeratum" % "1.7.2"
)
)
.dependsOn(core)
Expand Down

0 comments on commit 44061c3

Please sign in to comment.