Skip to content

Commit 02b72d0

Browse files
committed
project-builder:sbt | Treat '-opt' as Scala 3 specific due to different input type
1 parent 2d9ed19 commit 02b72d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

project-builder/sbt/CommunityBuildPlugin.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,9 @@ object CommunityBuildPlugin extends AutoPlugin {
265265
"-Yprint-debug", "-Yprint-debug-owners", "-Yprint-level", "-Yprint-pos", "-Yprint-pos-syms", "-Yprint-syms", "-Yprint-tasty",
266266
"-Yread-docs", "-Yrecheck-test", "-Yrequire-targetName", "-Yretain-trees",
267267
"-Ysafe-init", "-Ysafe-init-global", "-Yscala2-unpickler", "-Ysemanticdb", "-Yshow-print-errors",
268-
"-Yshow-suppressed-errors", "-Yshow-tree-ids", "-Yshow-var-bounds", "-Ytest-pickler"
268+
"-Yshow-suppressed-errors", "-Yshow-tree-ids", "-Yshow-var-bounds", "-Ytest-pickler",
269+
// Different semantics / input type
270+
"-opt",
269271
)
270272
// format: on
271273
import sbt.librarymanagement.InclExclRule

0 commit comments

Comments
 (0)