Skip to content

Commit 5658e8e

Browse files
committed
Update to 2.11.0rc3.
1 parent 5981f0b commit 5658e8e

File tree

2 files changed

+5
-32
lines changed

2 files changed

+5
-32
lines changed

3rdparty/jvm/global_scalac_plugins.lock

-26
This file was deleted.

pants.toml

+5-6
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.11.0.dev3"
5+
pants_version = "2.11.0rc3"
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
@@ -33,7 +33,7 @@ args = [
3333
# Configure the specific Scala version to use for a resolve. This version must match the version used for the
3434
# `jvm_artifact` target providing the scala-library runtime jar.
3535
[scala.version_for_resolve]
36-
"jvm-default" = "2.13.8"
36+
jvm-default = "2.13.8"
3737

3838
[scalac]
3939
args = [
@@ -43,10 +43,9 @@ args = [
4343
"-P:acyclic:force",
4444
]
4545

46-
# Globally enabled `scalac` plugins, which are defined as `scalac_plugin` targets. This one is
47-
# defined at the root of the repository.
48-
plugins_global = ["//:acyclic"]
49-
plugins_global_lockfile = "3rdparty/jvm/global_scalac_plugins.lock"
46+
[scalac.plugins_for_resolve]
47+
# Globally enabled `scalac` plugins, which are defined as `scalac_plugin` targets.
48+
jvm-default = "acyclic"
5049

5150
[jvm]
5251
# Configure remote debugging options that will be used with `test --debug`.

0 commit comments

Comments
 (0)