Skip to content

Commit

Permalink
Update enumeratum to 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 5, 2024
1 parent e0ce25b commit 6878ead
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 @@ -15,7 +15,7 @@ scalaVersion := "2.13.10"

libraryDependencies += "org.playframework" %% "play-json" % "3.0.4"
libraryDependencies += "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC5"
libraryDependencies += "com.beachape" %% "enumeratum" % "1.7.4"
libraryDependencies += "com.beachape" %% "enumeratum" % "1.7.5"

libraryDependencies += "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.4" % Test
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test
Expand Down

0 comments on commit 6878ead

Please sign in to comment.