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.
2 parents 9548f86 + 87ccc69 commit 1450845Copy full SHA for 1450845
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