From 15cb2e1c22398df8bd0cc6d7a9586212e1fa97b1 Mon Sep 17 00:00:00 2001 From: sj Date: Wed, 29 May 2024 09:46:43 -0400 Subject: [PATCH] Upgrade to Pants 2.21.0 --- pants.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pants.toml b/pants.toml index 78ab91c..23be93f 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.20.0" +pants_version = "2.21.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