Skip to content

Commit cd83f0c

Browse files
authored
Upgrade to pants 2.18.0 and M1-compatible jdk (#29)
1 parent 1ff6882 commit cd83f0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.17.0"
5+
pants_version = "2.18.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
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
scalatest_tests(
22
# These tests are `parametrize`d, so that they will run against two different
33
# JDK versions.
4-
jdk=parametrize(adopt_11="adopt:1.11", adopt_12="adopt:1.12.0.2"),
4+
jdk=parametrize(temurin_11="temurin:1.11", temurin_17="temurin:1.17"),
55
)

0 commit comments

Comments
 (0)