We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65bc989 + dc7b7f8 commit da7818aCopy full SHA for da7818a
project/Dependencies.scala
@@ -9,9 +9,9 @@ object Dependencies {
9
val scala213 = "2.13.18"
10
val scala3 = "3.3.7"
11
12
- val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.25")
+ val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.26")
13
14
- val assertj = Seq("org.assertj" % "assertj-core" % "3.27.6")
+ val assertj = Seq("org.assertj" % "assertj-core" % "3.27.7")
15
16
val awaitility = Seq("org.awaitility" % "awaitility" % "4.3.0")
17
project/build.properties
@@ -1,4 +1,4 @@
1
#
2
# Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
3
4
-sbt.version=1.12.0
+sbt.version=1.12.1
0 commit comments