We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004b86e commit 3a0cdaaCopy full SHA for 3a0cdaa
build.sbt
@@ -270,4 +270,4 @@ webSnapshotVariants := Map(
270
"2.13" -> (base.jvm(scala213Ver) / Compile / packageDoc / mappings).value,
271
"3" -> (base.jvm(scala3Ver) / Compile / packageDoc / mappings).value,
272
)
273
-webStage / mappings += ((base.jvm(scala3Ver) / sourceDirectory).value / "docs" / "versions.json") -> "versions.json",
+webStage / mappings += ((base.jvm(scala3Ver) / sourceDirectory).value / "docs" / "versions.json") -> "versions.json"
0 commit comments