Skip to content

Commit 9cf8039

Browse files
pants: upgrade Pants to 2.16.0 (#12)
1 parent cd2ae65 commit 9cf8039

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pants.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Bootstrap Pants
4545
run: pants --version
4646
- name: Check Pants config files
47-
run: pants tailor --check update-build-files --check
47+
run: pants tailor --check update-build-files --check '::'
4848
- name: Lint, compile, and test
4949
run: pants lint check test '::'
5050
- name: Package / Run

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 using Pants with Kotlin.
88
#

0 commit comments

Comments
 (0)