Skip to content

Commit

Permalink
chore: Fix nightly CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Sep 25, 2023
1 parent 8f6d158 commit 27fed26
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/cross/src/test/scala/tests/pc/CompletionSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1288,6 +1288,13 @@ class CompletionSuite extends BaseCompletionSuite {
|higherKinds scala.languageFeature
|implicitConversions scala.languageFeature
|""".stripMargin,
">=3.4.0-RC1-bin-20230921-3d539e6-NIGHTLY" ->
"""|dynamics scala.languageFeature
|existentials scala.languageFeature
|experimental scala.languageFeature
|implicitConversions scala.languageFeature
|postfixOps scala.languageFeature
|""".stripMargin,
),
)

Expand Down

0 comments on commit 27fed26

Please sign in to comment.