Skip to content

Commit

Permalink
Fix integration tests when run with a Scala 3 LTS RC version (#3362)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao authored Dec 12, 2024
1 parent e464943 commit a3ab36d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,8 @@ trait RunScalacCompatTestDefinitions {
"run",
".",
if (useDirective) Nil else macroSettingOptions,
extraOptions,
"-S",
Constants.scala3NextRcAnnounced,
"-experimental"
)
.call(cwd = root, stderr = os.Pipe)
Expand Down

0 comments on commit a3ab36d

Please sign in to comment.