From 2d633b12877eb06d6a75a901b9a2cfc5f1fea15e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 00:15:34 +0000 Subject: [PATCH] Update doobie-core, doobie-postgres to 1.0.0-RC6 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 18dcc5eec..e4079aa3d 100644 --- a/build.sbt +++ b/build.sbt @@ -392,8 +392,8 @@ lazy val `quill-doobie` = .settings(jdbcTestingSettings: _*) .settings( libraryDependencies ++= Seq( - "org.tpolecat" %% "doobie-core" % "1.0.0-RC5", - "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC5" % Test + "org.tpolecat" %% "doobie-core" % "1.0.0-RC6", + "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC6" % Test ) ) .dependsOn(