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