Skip to content

Commit d9e1d09

Browse files
authored
Merge pull request #1009 from scala-steward/update/3.0.x/patches
[3.0.x] Patch updates
2 parents ca6528e + baee83b commit d9e1d09

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abst
1111
spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy }
1212
trailingCommas = preserve
1313
newlines.afterCurlyLambda = preserve
14-
version = 3.9.1
14+
version = 3.9.3

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ object Dependencies {
99
val scala213 = "2.13.16"
1010
val scala3 = "3.3.5"
1111

12-
val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.16")
12+
val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.17")
1313

1414
val assertj = Seq("org.assertj" % "assertj-core" % "3.27.3")
1515

@@ -28,7 +28,7 @@ object Dependencies {
2828

2929
val playJson = Seq("org.playframework" %% "play-json" % "3.0.4")
3030

31-
val slf4jApi = Seq("org.slf4j" % "slf4j-api" % "2.0.16")
31+
val slf4jApi = Seq("org.slf4j" % "slf4j-api" % "2.0.17")
3232

3333
val javaxInject = Seq("javax.inject" % "javax.inject" % "1")
3434

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#
22
# Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
33
#
4-
sbt.version=1.10.7
4+
sbt.version=1.10.10

0 commit comments

Comments
 (0)