From 0cec6965ab967724e86318a6eb53688279ac11ec Mon Sep 17 00:00:00 2001 From: atala-dev Date: Sun, 21 Jan 2024 01:11:49 +0000 Subject: [PATCH] Update doobie-hikari to 1.0.0-RC5 in main --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 50df7fb533..21ce6e47ff 100644 --- a/build.sbt +++ b/build.sbt @@ -67,7 +67,7 @@ lazy val V = new { val testContainersScala = "0.41.0" val testContainersJavaKeycloak = "3.0.0" // scala-steward:off - val doobie = "1.0.0-RC2" + val doobie = "1.0.0-RC5" val quill = "4.8.1" val flyway = "9.22.3" val postgresDriver = "42.7.1"