diff --git a/build.sbt b/build.sbt index 09a703d..597524d 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ releaseTagName := s"${if (releaseUseGlobalVersion.value) (ThisBuild / version).v scalaVersion := "2.13.10" libraryDependencies += "org.playframework" %% "play-json" % "3.0.4" -libraryDependencies += "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC5" +libraryDependencies += "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC6" libraryDependencies += "com.beachape" %% "enumeratum" % "1.7.4" libraryDependencies += "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.4" % Test