From d713e10cf10d594f19b550e04591e730390f879e Mon Sep 17 00:00:00 2001 From: Benjy Weinberger Date: Wed, 1 Oct 2025 15:23:42 -0700 Subject: [PATCH] Upgrade to Pants 2.28.0 --- pants.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pants.toml b/pants.toml index 61cc0e6..d1c62ee 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.26.0" +pants_version = "2.28.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