diff --git a/.scalafmt.conf b/.scalafmt.conf index dd908109..a85b7f5c 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.9.1 +version = 3.9.3 diff --git a/project/Dependencies.scala b/project/Dependencies.scala index a087da77..8378f205 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -9,7 +9,7 @@ object Dependencies { val scala213 = "2.13.16" val scala3 = "3.3.5" - val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.16") + val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.17") val assertj = Seq("org.assertj" % "assertj-core" % "3.27.3") @@ -28,7 +28,7 @@ object Dependencies { val playJson = Seq("org.playframework" %% "play-json" % "3.1.0-M1") - val slf4jApi = Seq("org.slf4j" % "slf4j-api" % "2.0.16") + val slf4jApi = Seq("org.slf4j" % "slf4j-api" % "2.0.17") val jakartaInject = Seq("jakarta.inject" % "jakarta.inject-api" % "2.0.1") diff --git a/project/build.properties b/project/build.properties index f667f13d..fb5fef32 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,4 +1,4 @@ # # Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. # -sbt.version=1.10.7 +sbt.version=1.10.10