From 7d2bb4037154d86622a070704878906d5477aa5c Mon Sep 17 00:00:00 2001 From: Phill Barron Date: Mon, 22 Jul 2024 11:45:32 +0100 Subject: [PATCH] Bump panda version --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7ea1ab0d4..2a766c214 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ import scala.sys.process.* val scroogeVersion = "4.12.0" val awsVersion = "1.11.1034" val awsV2Version = "2.21.17" -val pandaVersion = "3.1.0" +val pandaVersion = "4.0.0" val atomMakerVersion = "2.0.0" val typesafeConfigVersion = "1.4.0" // to match what we get from Play transitively val scanamoVersion = "1.0.0-M28"