File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ object Dependencies {
9
9
val scala213 = " 2.13.15"
10
10
val scala3 = " 3.3.4"
11
11
12
- val logback = Seq (" ch.qos.logback" % " logback-core" % " 1.5.12 " )
12
+ val logback = Seq (" ch.qos.logback" % " logback-core" % " 1.5.15 " )
13
13
14
14
val assertj = Seq (" org.assertj" % " assertj-core" % " 3.26.3" )
15
15
@@ -41,7 +41,7 @@ object Dependencies {
41
41
val cachecontrol = Seq (" com.typesafe.play" %% " cachecontrol" % " 2.3.2" )
42
42
43
43
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 ...
45
45
.exclude(" com.typesafe.netty" , " netty-reactive-streams" ), // ... exclude it and pull in ...
46
46
" com.typesafe.netty" % " netty-reactive-streams" % " 2.0.13" , // ... a newer version ourselves (ahc v3 will drop that dependency)
47
47
)
Original file line number Diff line number Diff line change 1
1
#
2
2
# Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
3
3
#
4
- sbt.version =1.10.6
4
+ sbt.version =1.10.7
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
3
3
addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.4" )
4
4
addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.10.0" )
5
5
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 " )
You can’t perform that action at this time.
0 commit comments