Skip to content

Commit

Permalink
Merge pull request #157 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
ValdemarGr authored Mar 24, 2024
2 parents 9ff931e + 7f19f5a commit 241f189
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 @@ -276,7 +276,7 @@ lazy val serverGoi = project
.settings(
name := "gql-server-goi",
libraryDependencies ++= Seq(
"com.beachape" %% "enumeratum" % "1.7.2",
"com.beachape" %% "enumeratum" % "1.7.3",
"org.typelevel" %% "twiddles-core" % "0.6.1"
)
)
Expand Down

0 comments on commit 241f189

Please sign in to comment.