From 6e3ccf1f08d8c0bbef5d451db88451af0c0172e8 Mon Sep 17 00:00:00 2001 From: "lucuma-steward[bot]" <106720676+lucuma-steward[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:52:50 +0000 Subject: [PATCH] Update skunk-core to 0.6.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bd022c32..77bfbe6f 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ val munitVersion = "0.7.29" val natcchezHttp4sVersion = "0.5.0" val natchezVersion = "0.3.3" val postgresVersion = "42.6.0" -val skunkVersion = "0.5.1" +val skunkVersion = "0.6.1" val slf4jVersion = "2.0.9" val weaverVersion = "0.8.3"