Skip to content

Commit 3a0cdaa

Browse files
committed
[build] Remove a trailing comma at the end of build.sbt
1 parent 004b86e commit 3a0cdaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,4 +270,4 @@ webSnapshotVariants := Map(
270270
"2.13" -> (base.jvm(scala213Ver) / Compile / packageDoc / mappings).value,
271271
"3" -> (base.jvm(scala3Ver) / Compile / packageDoc / mappings).value,
272272
)
273-
webStage / mappings += ((base.jvm(scala3Ver) / sourceDirectory).value / "docs" / "versions.json") -> "versions.json",
273+
webStage / mappings += ((base.jvm(scala3Ver) / sourceDirectory).value / "docs" / "versions.json") -> "versions.json"

0 commit comments

Comments
 (0)