Skip to content

Commit 1450845

Browse files
authored
Merge pull request cquiroz#422 from armanbilge/fix/package-src
2 parents 9548f86 + 87ccc69 commit 1450845

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)