Skip to content

Commit 87ccc69

Browse files
committed
Fix packageSrc
1 parent 9548f86 commit 87ccc69

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ lazy val commonSettings = Seq(
4444
Compile / packageBin / mappings := (Compile / packageBin / mappings).value.filter { case (_, s) =>
4545
!s.contains("threeten")
4646
},
47+
Compile / packageSrc / mappings := (Compile / packageSrc / mappings).value.filter { case (_, s) =>
48+
!s.contains("threeten")
49+
},
4750
Compile / scalacOptions ++= {
4851
CrossVersion.partialVersion(scalaVersion.value) match {
4952
case Some((2, scalaMajor)) if scalaMajor == 13 =>

0 commit comments

Comments
 (0)