sbt/main
bitloi 64dadd6459
CI / test (temurin, 11, 10, ubuntu-latest) (push) Waiting to run Details
CI / test (temurin, 11, 10, windows-latest) (push) Waiting to run Details
CI / test (temurin, 11, 11, ubuntu-latest) (push) Waiting to run Details
CI / test (temurin, 21, 1, ubuntu-22.04) (push) Waiting to run Details
CI / test (zulu, 25, 3, ubuntu-latest) (push) Waiting to run Details
CI / test (zulu, 25, 4, ubuntu-latest) (push) Waiting to run Details
CI / test (zulu, 25, 5, ubuntu-latest) (push) Waiting to run Details
CI / test (zulu, 25, 7, ubuntu-latest) (push) Waiting to run Details
CI / test (zulu, 8, 2, ubuntu-latest) (push) Waiting to run Details
Client Test / test (temurin, 17, macos-latest) (push) Waiting to run Details
Client Test / test (zulu, 8, ubuntu-latest) (push) Waiting to run Details
Client Test / test (zulu, 8, windows-latest) (push) Waiting to run Details
Submit Dependency Graph / Submit Dependency Graph (push) Waiting to run Details
Server Test / test (push) Waiting to run Details
[2.x] fix: Throw on addCompilerPlugin(foo % Test) (#8622)
Problem

When using `addCompilerPlugin((dependency) % Test)`, the compiler plugin was incorrectly added to BOTH `test:scalacOptions` AND `compile:scalacOptions`, instead of only `test:scalacOptions`.

Solution

Throw when the dependency is scoped, since we do not support this use case.
2026-01-23 11:41:16 -05:00
..
src [2.x] fix: Throw on addCompilerPlugin(foo % Test) (#8622) 2026-01-23 11:41:16 -05:00
NOTICE