From 8a5b9786c8e9cb155f7c86f13a7a1d25e85f380c Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Thu, 7 Mar 2024 22:45:46 +0100 Subject: [PATCH] Dependency upgrades --- project/Dependencies.scala | 8 ++++---- project/build.properties | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ecd383ea..32df708e 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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") @@ -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 diff --git a/project/build.properties b/project/build.properties index 5c0b9317..51423c03 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,4 +1,4 @@ # # Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. # -sbt.version=1.9.8 +sbt.version=1.9.9