From b424ecd3ac3259212f080e05b8107b8bf010086d Mon Sep 17 00:00:00 2001 From: Stu Hood Date: Wed, 12 Jan 2022 14:49:56 -0800 Subject: [PATCH] Bump to `2.9.0` --- pants.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pants.toml b/pants.toml index f5b838f..094ff1b 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.9.0rc5" +pants_version = "2.9.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