Skip to content

Commit

Permalink
Upgrade to pants 2.18.0 and M1-compatible jdk (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
gauthamnair authored Nov 14, 2023
1 parent 1ff6882 commit cd83f0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Licensed under the Apache License, Version 2.0 (see LICENSE).

[GLOBAL]
pants_version = "2.17.0"
pants_version = "2.18.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
Expand Down
2 changes: 1 addition & 1 deletion tests/jvm/org/pantsbuild/example/lib/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
scalatest_tests(
# These tests are `parametrize`d, so that they will run against two different
# JDK versions.
jdk=parametrize(adopt_11="adopt:1.11", adopt_12="adopt:1.12.0.2"),
jdk=parametrize(temurin_11="temurin:1.11", temurin_17="temurin:1.17"),
)

0 comments on commit cd83f0c

Please sign in to comment.