From e9478beec248f31dec65133cec620e92fe04a778 Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Sat, 28 Dec 2024 19:24:17 +0100 Subject: [PATCH] Update Play versions --- build.mill | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.mill b/build.mill index cf3f4daf0a4..66478ca78c7 100644 --- a/build.mill +++ b/build.mill @@ -103,10 +103,10 @@ object Deps { val playVersion = "2.8.22" } object Play_2_9 extends Play { - val playVersion = "2.9.5" + val playVersion = "2.9.6" } object Play_3_0 extends Play { - val playVersion = "3.0.5" + val playVersion = "3.0.6" } val play = Seq(Play_3_0, Play_2_9, Play_2_8, Play_2_7, Play_2_6).map(p => (p.playBinVersion, p)).toMap