From 8a93ec012ce96e9faa835e6a52224830996d93ba Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 00:48:40 +0000 Subject: [PATCH] Update doobie-core, doobie-postgres to 1.0.0-RC7 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 49190b17..d71d1f5d 100644 --- a/build.sbt +++ b/build.sbt @@ -159,8 +159,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-RC7", + "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC7" % Test ) ) .dependsOn(`quill-jdbc` % "compile->compile;test->test")