Skip to content

Commit da7818a

Browse files
authored
Merge pull request #1215 from scala-steward/update/2.2.x/patches
[2.2.x] Patch updates
2 parents 65bc989 + dc7b7f8 commit da7818a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project/Dependencies.scala

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

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

14-
val assertj = Seq("org.assertj" % "assertj-core" % "3.27.6")
14+
val assertj = Seq("org.assertj" % "assertj-core" % "3.27.7")
1515

1616
val awaitility = Seq("org.awaitility" % "awaitility" % "4.3.0")
1717

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.12.0
4+
sbt.version=1.12.1

0 commit comments

Comments
 (0)