Skip to content

Commit

Permalink
chore: Ignore plugin test for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Jun 1, 2023
1 parent f19aea2 commit b7cfce5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class CompletionScalaCliSuite extends BaseCompletionSuite {
check(
"plugin".tag(
IgnoreScalaVersion(version =>
Set("2.12.12", "2.12.16", "3.2.2", "3.3.0")(version) ||
Set("2.12.18")(version) ||
version.contains(
"NIGHTLY"
) || version.contains(
Expand Down

0 comments on commit b7cfce5

Please sign in to comment.