We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26adbe commit a7fc68fCopy full SHA for a7fc68f
build.sbt
@@ -22,8 +22,6 @@ ThisBuild / versionScheme := Some("early-semver")
22
ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible
23
24
lazy val commonSettings = Seq(
25
- scalacOptions ++= Seq("-feature", "-deprecation", "-unchecked"),
26
-
27
Compile / unmanagedSourceDirectories ++= {
28
(Compile / unmanagedSourceDirectories).value.flatMap { dir =>
29
CrossVersion.partialVersion(scalaVersion.value) match {
@@ -33,7 +31,6 @@ lazy val commonSettings = Seq(
33
31
}
34
32
35
},
36
37
Test / unmanagedSourceDirectories ++= {
38
(Test / unmanagedSourceDirectories).value.flatMap { dir =>
39
0 commit comments