From 6878eade6172d2c8c30da7fb042e2e98f4a9939d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 5 Oct 2024 00:09:50 +0000 Subject: [PATCH] Update enumeratum to 1.7.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 09a703d..184cf78 100644 --- a/build.sbt +++ b/build.sbt @@ -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