From 729535fc9c86be449d502976fb2220e539f19824 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Apr 2024 12:04:28 +0200 Subject: [PATCH 1/4] [2.2.x] logback-core 1.5.6 (was 1.5.3) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index a1918c8b..41b2bb1a 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -9,7 +9,7 @@ object Dependencies { val scala213 = "2.13.13" val scala3 = "3.3.3" - val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.3") + val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.6") val assertj = Seq("org.assertj" % "assertj-core" % "3.25.3") From 2225ed2e3713e1f7e2ddf13e8283c94d4de614d0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Apr 2024 12:04:30 +0200 Subject: [PATCH 2/4] [2.2.x] play-json 2.10.5 (was 2.10.4) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 41b2bb1a..a833da0b 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -26,7 +26,7 @@ object Dependencies { val junitInterface = Seq("com.github.sbt" % "junit-interface" % "0.13.3") - val playJson = Seq("com.typesafe.play" %% "play-json" % "2.10.4") + val playJson = Seq("com.typesafe.play" %% "play-json" % "2.10.5") val slf4jApi = Seq("org.slf4j" % "slf4j-api" % "2.0.12") From 82af9162e4c2e3977d8b01c05ecdb2a8cf2768b4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Apr 2024 12:04:31 +0200 Subject: [PATCH 3/4] [2.2.x] scalafmt-core 3.8.1 (was 3.8.0) --- .scalafmt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index f78b7138..548512bb 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -11,4 +11,4 @@ rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abst spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy } trailingCommas = preserve newlines.afterCurlyLambda = preserve -version = 3.8.0 +version = 3.8.1 From b2eca3e351b3f1ecf7e4b4a7da541dffc1fc28b6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Apr 2024 12:04:36 +0200 Subject: [PATCH 4/4] [2.2.x] slf4j-api 2.0.13 (was 2.0.12) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index a833da0b..9b055117 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -28,7 +28,7 @@ object Dependencies { val playJson = Seq("com.typesafe.play" %% "play-json" % "2.10.5") - val slf4jApi = Seq("org.slf4j" % "slf4j-api" % "2.0.12") + val slf4jApi = Seq("org.slf4j" % "slf4j-api" % "2.0.13") val javaxInject = Seq("javax.inject" % "javax.inject" % "1")