Skip to content

Commit

Permalink
Merge pull request #945 from scala-steward/update/patches
Browse files Browse the repository at this point in the history
Patch updates
  • Loading branch information
mkurz authored Nov 4, 2024
2 parents 5ae1625 + 0a63fc4 commit 214fbdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 All @@ -46,7 +46,7 @@ object Dependencies {
"com.typesafe.netty" % "netty-reactive-streams" % "2.0.12", // ... a newer version ourselves (ahc v3 will drop that dependency)
)

val pekkoVersion = "1.1.1"
val pekkoVersion = "1.1.2"

val pekkoStreams = Seq("org.apache.pekko" %% "pekko-stream" % pekkoVersion)

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 214fbdd

Please sign in to comment.