From fd7d4a66adafe76d33aee2a58f5eb59280163bb5 Mon Sep 17 00:00:00 2001 From: Chris Burroughs Date: Fri, 31 Jan 2025 10:03:49 -0500 Subject: [PATCH] Upgrade to Pants 2.24.0 --- pants.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pants.toml b/pants.toml index 3ba55a6..54538bc 100644 --- a/pants.toml +++ b/pants.toml @@ -2,7 +2,7 @@ # Licensed under the Apache License, Version 2.0 (see LICENSE). [GLOBAL] -pants_version = "2.23.0" +pants_version = "2.24.0" backend_packages = [ # This repository demonstrates a mix of Java and Scala, and so both backends are enabled. But each # backend can be used independently, so there is no need to expose Scala BUILD file