Skip to content

Commit 3bb89d1

Browse files
pants: upgrade Pants to 2.16.0 (#27)
1 parent 26450de commit 3bb89d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/pants.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Bootstrap Pants
4343
run: pants --version
4444
- name: Check Pants config files
45-
run: pants tailor --check update-build-files --check
45+
run: pants tailor --check update-build-files --check '::'
4646
- name: Lint, compile, and test
4747
run: pants lint check test '::'
4848
- name: Package / Run

Diff for: pants.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the Apache License, Version 2.0 (see LICENSE).
33

44
[GLOBAL]
5-
pants_version = "2.15.0"
5+
pants_version = "2.16.0"
66
backend_packages = [
77
# This repository demonstrates a mix of Java and Scala, and so both backends are enabled. But each
88
# backend can be used independently, so there is no need to expose Scala BUILD file

0 commit comments

Comments
 (0)