Skip to content

Commit

Permalink
Fix Scala3 compat spec
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Sep 30, 2024
1 parent eabbac3 commit d28279f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ lazy val e2e = (projectMatrix in file("e2e"))
"scalajvm-3"
else
"scalajvm-2"),
Test / unmanagedSourceDirectories += (Test / scalaSource).value.getParentFile / "scalajvm-3-source",
scalacOptions ++=
(if (isScala3.value) Seq("-source", "future") else Seq("-Xsource:3")),
Test / scalacOptions --=
Expand Down
File renamed without changes.

0 comments on commit d28279f

Please sign in to comment.