From 9a4032b1028a931afd6c0205b978b784d675a2d4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Jul 2024 09:27:57 +0000 Subject: [PATCH] Update rt to 4.0.3 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 81de6f6fe..93c909b84 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -69,7 +69,7 @@ object Settings { val scalaTestVersion = "3.2.17" val twirlApi = "1.6.3" val mockitoVersion = "4.11.0" - val rtVersion = "4.0.2" + val rtVersion = "4.0.3" val jakartaXmlWsApi = "4.0.1" val scalatestplusPlay = "7.0.0" val nettyAll = "4.1.101.Final"