From e084a0a64ca648630417c9027c2ac22d29b254e3 Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 00:51:39 +0000 Subject: [PATCH] Update doobie-core, doobie-h2, doobie-munit, ... to 1.0.0-RC5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e42deef..c001a9b 100644 --- a/build.sbt +++ b/build.sbt @@ -137,7 +137,7 @@ val catsV = "2.7.0" //https://github.com/typelevel/cats/releases val catsEffectV = "3.3.12" //https://github.com/typelevel/cats-effect/releases val circeV = "0.14.1" //https://github.com/circe/circe/releases val http4sV = "0.23.6" //https://github.com/http4s/http4s/releases -val doobieV = "1.0.0-RC1" //https://github.com/tpolecat/doobie/releases +val doobieV = "1.0.0-RC5" //https://github.com/tpolecat/doobie/releases val scalaJavaTimeV = "2.3.0" // https://github.com/cquiroz/scala-java-time/releases val testcontainersV = "0.39.8" val munitV = "0.7.29"