Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions 3rdparty/jvm/global_scalac_plugins.lock

This file was deleted.

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

[scalac]
args = [
Expand All @@ -43,10 +43,9 @@ args = [
"-P:acyclic:force",
]

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

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