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 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" } 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