From 542e5fb020ef8acc45e830d1c312a979d7b860aa Mon Sep 17 00:00:00 2001 From: Dejan Mijic Date: Wed, 1 Nov 2023 13:06:53 +0100 Subject: [PATCH 1/3] Update scalafmt --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 07e2b8c7b..a2924d4a2 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.7.14" +version = "3.7.15" maxColumn = 120 align.preset = most continuationIndent.defnSite = 2 From dbb836463f248d33b8aaeeec161c3fbfa264e1e7 Mon Sep 17 00:00:00 2001 From: Dejan Mijic Date: Wed, 1 Nov 2023 13:07:00 +0100 Subject: [PATCH 2/3] Update sbt --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 303541e50..b19d4e1ed 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.9.6 +sbt.version = 1.9.7 From 9dfcedbde51bdc98724b7c239f7c4581bfaac4cd Mon Sep 17 00:00:00 2001 From: Dejan Mijic Date: Wed, 1 Nov 2023 13:07:06 +0100 Subject: [PATCH 3/3] Update libraries --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 082f773b5..a1c55057d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -4,12 +4,12 @@ object Dependencies { private object Versions { val CatsEffect = "3.5.2" val EmbeddedRedis = "0.6" - val Redis4Cats = "1.5.1" + val Redis4Cats = "1.5.2" val Sttp = "3.9.0" val ZHttp = "2.0.0-RC11" val ZioConfig = "3.0.7" val ZioJson = "0.6.2" - val ZioSchema = "0.4.14" + val ZioSchema = "0.4.15" val ZioTestContainers = "0.4.1" }