Skip to content

Commit

Permalink
Merge pull request #865 from mkurz/upgrades_2.2.x
Browse files Browse the repository at this point in the history
[2.2.x] Dependency upgrades
  • Loading branch information
mkurz committed Mar 7, 2024
2 parents 6d202d5 + 45c9f99 commit c7d5e8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import sbt._
object Dependencies {

// Should be sync with GA (.github/workflows/build-test.yml)
val scala213 = "2.13.12"
val scala3 = "3.3.1"
val scala213 = "2.13.13"
val scala3 = "3.3.3"

val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.0")
val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.3")

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

Expand Down Expand Up @@ -42,12 +42,12 @@ object Dependencies {

val asyncHttpClient = Seq("org.asynchttpclient" % "async-http-client" % "2.12.3")

val akkaVersion = "2.6.20"
val akkaVersion = "2.6.21"

val akkaStreams = Seq("com.typesafe.akka" %% "akka-stream" % akkaVersion)

val backendServerTestDependencies = Seq(
"com.typesafe.play" %% "play-netty-server" % "2.9.1",
"com.typesafe.play" %% "play-netty-server" % "2.9.2",
// Following dependencies are pulled in by play-netty-server, we just make sure
// now that we use the same akka version here like akka-stream above.
// This is because when upgrading the akka version in Play and play-ws here we usually release
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.9.8
sbt.version=1.9.9

0 comments on commit c7d5e8b

Please sign in to comment.