Skip to content

Commit

Permalink
Fix integration tests when run with a Scala 3 LTS RC version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao committed Dec 11, 2024
1 parent 3e811bd commit 5019bd5
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 5019bd5

Please sign in to comment.