From 5ab84f0c8256d74ae6cbe42d2566aabb2b16096f Mon Sep 17 00:00:00 2001 From: 47erbot Date: Wed, 12 Jan 2022 05:10:41 +0000 Subject: [PATCH] Update doobie-core, doobie-h2 to 1.0.0-RC2 --- project/ProjectPlugin.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/ProjectPlugin.scala b/project/ProjectPlugin.scala index c4ed695f..465aea4b 100644 --- a/project/ProjectPlugin.scala +++ b/project/ProjectPlugin.scala @@ -62,8 +62,8 @@ object ProjectPlugin extends AutoPlugin { lazy val examplesSettings = Seq( libraryDependencies ++= Seq( "io.circe" %% "circe-generic" % "0.14.1", - "org.tpolecat" %% "doobie-core" % "1.0.0-RC1", - "org.tpolecat" %% "doobie-h2" % "1.0.0-RC1", + "org.tpolecat" %% "doobie-core" % "1.0.0-RC2", + "org.tpolecat" %% "doobie-h2" % "1.0.0-RC2", "org.tpolecat" %% "atto-core" % "0.9.5", "org.http4s" %% "http4s-blaze-client" % "0.23.7", "org.http4s" %% "http4s-circe" % "0.23.7",