From 221cba3662b7a3bf2df5529c2d171d230065af71 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 12 Jan 2022 01:25:29 +0100 Subject: [PATCH 1/3] Update doobie-core, doobie-postgres to 1.0.0-RC2 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 68418c3..7f916ed 100644 --- a/build.sbt +++ b/build.sbt @@ -71,8 +71,8 @@ val root = project name := "doobie-quill", libraryDependencies ++= Seq( "io.getquill" %% "quill-jdbc" % "3.11.0", - "org.tpolecat" %% "doobie-core" % "1.0.0-RC1", - "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC1" % Test, + "org.tpolecat" %% "doobie-core" % "1.0.0-RC2", + "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC2" % Test, "org.scalameta" %% "munit" % "0.7.29" % Test, ) ++ compilerPlugins, Test / fork := true, From 78f3767cc77de8836011775edd01d12c1faee5fd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 20 Jan 2022 03:00:10 +0100 Subject: [PATCH 2/3] Update doobie-core, doobie-postgres to 1.0.0-RC2 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index c6bb56f..c8d3ec4 100644 --- a/build.sbt +++ b/build.sbt @@ -71,8 +71,8 @@ val root = project name := "doobie-quill", libraryDependencies ++= Seq( "io.getquill" %% "quill-jdbc" % "3.12.0", - "org.tpolecat" %% "doobie-core" % "1.0.0-RC1", - "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC1" % Test, + "org.tpolecat" %% "doobie-core" % "1.0.0-RC2", + "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC2" % Test, "org.scalameta" %% "munit" % "0.7.29" % Test, ) ++ compilerPlugins, Test / fork := true, From 3e40827276051f7a46e5770cc38b625582dc9c24 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 Jan 2022 02:50:56 +0100 Subject: [PATCH 3/3] Update doobie-core, doobie-postgres to 1.0.0-RC2 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 9802855..596229b 100644 --- a/build.sbt +++ b/build.sbt @@ -71,8 +71,8 @@ val root = project name := "doobie-quill", libraryDependencies ++= Seq( "io.getquill" %% "quill-jdbc" % "3.14.1", - "org.tpolecat" %% "doobie-core" % "1.0.0-RC1", - "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC1" % Test, + "org.tpolecat" %% "doobie-core" % "1.0.0-RC2", + "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC2" % Test, "org.scalameta" %% "munit" % "0.7.29" % Test, ) ++ compilerPlugins, Test / fork := true,