Skip to content

Commit

Permalink
Dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Mar 7, 2024
1 parent 778648a commit 8a5b978
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 @@ -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 @@ -47,7 +47,7 @@ object Dependencies {
val pekkoStreams = Seq("org.apache.pekko" %% "pekko-stream" % pekkoVersion)

val backendServerTestDependencies = Seq(
"org.playframework" %% "play-netty-server" % "3.0.1",
"org.playframework" %% "play-netty-server" % "3.0.2",
// Following dependencies are pulled in by play-netty-server, we just make sure
// now that we use the same pekko version here like pekko-stream above.
// This is because when upgrading the pekko 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 8a5b978

Please sign in to comment.