Skip to content

Commit

Permalink
Merge pull request #949 from scala-steward/update/3.0.x/patches
Browse files Browse the repository at this point in the history
[3.0.x] Patch updates
  • Loading branch information
mkurz authored Nov 4, 2024
2 parents 769bebd + c04a8af commit 634e2e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ object Dependencies {
val scala213 = "2.13.15"
val scala3 = "3.3.4"

val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.8")
val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.12")

val assertj = Seq("org.assertj" % "assertj-core" % "3.26.3")

val awaitility = Seq("org.awaitility" % "awaitility" % "4.2.2")

val specsVersion = "4.20.8"
val specsVersion = "4.20.9"
val specsBuild = Seq(
"specs2-core",
).map("org.specs2" %% _ % specsVersion)

val mockito = Seq("org.mockito" % "mockito-core" % "5.14.0")
val mockito = Seq("org.mockito" % "mockito-core" % "5.14.2")

val slf4jtest = Seq("uk.org.lidalia" % "slf4j-test" % "1.2.0")

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
# Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
#
sbt.version=1.10.2
sbt.version=1.10.4

0 comments on commit 634e2e0

Please sign in to comment.