Skip to content

Commit 2e4af2f

Browse files
authored
Merge pull request #977 from scala-steward/update/3.0.x/patches
[3.0.x] Patch updates
2 parents db44eff + 1b56d65 commit 2e4af2f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: project/Dependencies.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ object Dependencies {
99
val scala213 = "2.13.15"
1010
val scala3 = "3.3.4"
1111

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

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

@@ -41,7 +41,7 @@ object Dependencies {
4141
val cachecontrol = Seq("org.playframework" %% "cachecontrol" % "3.0.1")
4242

4343
val asyncHttpClient = Seq(
44-
("org.asynchttpclient" % "async-http-client" % "2.12.3") // 2.12.x comes with outdated netty-reactive-streams, so we ...
44+
("org.asynchttpclient" % "async-http-client" % "2.12.4") // 2.12.x comes with outdated netty-reactive-streams, so we ...
4545
.exclude("com.typesafe.netty", "netty-reactive-streams"), // ... exclude it and pull in ...
4646
"com.typesafe.netty" % "netty-reactive-streams" % "2.0.13", // ... a newer version ourselves (ahc v3 will drop that dependency)
4747
)

Diff for: project/build.properties

+1-1
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.6
4+
sbt.version=1.10.7

Diff for: project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
33
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
44
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
55
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
6-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")
6+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")

0 commit comments

Comments
 (0)