Skip to content

Commit

Permalink
Update tests to account for options changes in scalac-options
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGregory084 committed Jul 18, 2023
1 parent 6533c15 commit 784c515
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/src/sbt-test/sbt-tpolecat/scalacOptions/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ val Scala212Options =
"-Xlint:by-name-right-associative",
"-Xlint:constant",
"-Xlint:delayedinit-select",
"-Xlint:deprecation",
"-Xlint:doc-detached",
"-Xlint:inaccessible",
"-Xlint:infer-any",
Expand Down Expand Up @@ -111,6 +112,7 @@ val Scala212Options =
"-Ywarn-unused:params",
"-Ywarn-unused:patvars",
"-Ywarn-unused:privates",
"-Ywarn-unused:nowarn",
"-Xsource:2.13"
)

Expand Down

0 comments on commit 784c515

Please sign in to comment.