From 8f1be53d25c0a842ea0523ac81e4e56139e8afc5 Mon Sep 17 00:00:00 2001 From: "horothesun-scala-steward[bot]" <132169906+horothesun-scala-steward[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 22:43:21 +0000 Subject: [PATCH] Update doobie-core, doobie-postgres to 1.0.0-RC9 --- Main.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Main.scala b/Main.scala index 95e2ba7..25393b4 100644 --- a/Main.scala +++ b/Main.scala @@ -2,8 +2,8 @@ //> using jvm temurin:21 //> using dep org.typelevel::cats-effect:3.6.1 -//> using dep org.tpolecat::doobie-core:1.0.0-RC8 -//> using dep org.tpolecat::doobie-postgres:1.0.0-RC8 +//> using dep org.tpolecat::doobie-core:1.0.0-RC9 +//> using dep org.tpolecat::doobie-postgres:1.0.0-RC9 //> using test.dep org.scalameta::munit:1.1.0 //> using test.dep org.typelevel::munit-cats-effect:2.1.0