Skip to content

Commit

Permalink
Ooops missing end tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Nov 3, 2024
1 parent aa77509 commit 06f78f2
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 @@ -189,7 +189,7 @@ val coreSources = unmanagedSourceDirectories in Compile := {
(sourceDirectory in Compile)(_ / "2.0/scala"),
(sourceDirectory in Compile)(_ / "2.0/java")
).join.value
//endDynamicCodeSelection[]
//end::endDynamicCodeSelection[]
else if (sparkVersion.value >= "3.0.0" && scalaVersion.value >= "2.12.0") Seq(
(sourceDirectory in Compile)(_ / "2.2/scala"),
(sourceDirectory in Compile)(_ / "3.0/scala"),
Expand Down

0 comments on commit 06f78f2

Please sign in to comment.