Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Aug 16, 2023
1 parent 3f33219 commit 076547d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Test / unmanagedSourceDirectories ++= {
}

Test / unmanagedSourceDirectories ++= {
if (addJava17Tests) {
if (addJava17Tests && scalaReleaseVersion.value == 2 && scalaMajorVersion.value >= 13) {
Seq(
(LocalRootProject / baseDirectory).value / "src" / "test" / "java-17",
(LocalRootProject / baseDirectory).value / "src" / "test" / "scala-jdk-17",
Expand Down

0 comments on commit 076547d

Please sign in to comment.