Skip to content

Commit

Permalink
Merge pull request #973 from scala-steward/update/patches
Browse files Browse the repository at this point in the history
Patch updates
  • Loading branch information
ihostage authored Jan 9, 2025
2 parents 8c9b50b + 0deb954 commit dbf4b48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Dependencies {
val scala213 = "2.13.15"
val scala3 = "3.3.4"

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

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

Expand Down Expand Up @@ -41,7 +41,7 @@ object Dependencies {
val cachecontrol = Seq("org.playframework" %% "cachecontrol" % "3.1.0-M1")

val asyncHttpClient = Seq(
("org.asynchttpclient" % "async-http-client" % "2.12.3") // 2.12.x comes with outdated netty-reactive-streams, so we ...
("org.asynchttpclient" % "async-http-client" % "2.12.4") // 2.12.x comes with outdated netty-reactive-streams, so we ...
.exclude("com.typesafe.netty", "netty-reactive-streams"), // ... exclude it and pull in ...
"com.typesafe.netty" % "netty-reactive-streams" % "2.0.13", // ... a newer version ourselves (ahc v3 will drop that dependency)
)
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.6
sbt.version=1.10.7
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")

0 comments on commit dbf4b48

Please sign in to comment.