We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
packageSrc
1 parent 9548f86 commit 87ccc69Copy full SHA for 87ccc69
build.sbt
@@ -44,6 +44,9 @@ lazy val commonSettings = Seq(
44
Compile / packageBin / mappings := (Compile / packageBin / mappings).value.filter { case (_, s) =>
45
!s.contains("threeten")
46
},
47
+ Compile / packageSrc / mappings := (Compile / packageSrc / mappings).value.filter { case (_, s) =>
48
+ !s.contains("threeten")
49
+ },
50
Compile / scalacOptions ++= {
51
CrossVersion.partialVersion(scalaVersion.value) match {
52
case Some((2, scalaMajor)) if scalaMajor == 13 =>
0 commit comments