From bd74746e8a4d5cb329a19f5b6a0cd1d904229899 Mon Sep 17 00:00:00 2001 From: Roman Langolf Date: Sun, 12 May 2024 15:49:04 +0700 Subject: [PATCH] update skunk to 1.0.0-M6 (#44) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 513c51c..dd7ecb0 100644 --- a/build.sbt +++ b/build.sbt @@ -231,7 +231,7 @@ lazy val root = tlCrossRootProject .aggregate(core, tests, testsFlyway, example) .settings(commonSettings) -lazy val skunkVersion = "1.0.0-M5" +lazy val skunkVersion = "1.0.0-M6" lazy val epollcatVersion = "0.1.6"