From 3551229872f4d46e1eb352770603bb784bb3cd3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 08:56:15 +0000 Subject: [PATCH] Update doobie-core, doobie-postgres to 1.0.0-RC4 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 6f7be977..a14cd073 100644 --- a/build.sbt +++ b/build.sbt @@ -181,8 +181,8 @@ lazy val `quill-doobie` = .settings(jdbcTestingSettings: _*) .settings( libraryDependencies ++= Seq( - "org.tpolecat" %% "doobie-core" % "1.0.0-RC2", - "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC2" % Test + "org.tpolecat" %% "doobie-core" % "1.0.0-RC4", + "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC4" % Test ) ) .dependsOn(`quill-jdbc` % "compile->compile;test->test")