Skip to content

Commit a7fc68f

Browse files
committed
remove redundant code in build.sbt
this is already handled by sbt-scala-module
1 parent d26adbe commit a7fc68f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: build.sbt

-3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ ThisBuild / versionScheme := Some("early-semver")
2222
ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible
2323

2424
lazy val commonSettings = Seq(
25-
scalacOptions ++= Seq("-feature", "-deprecation", "-unchecked"),
26-
2725
Compile / unmanagedSourceDirectories ++= {
2826
(Compile / unmanagedSourceDirectories).value.flatMap { dir =>
2927
CrossVersion.partialVersion(scalaVersion.value) match {
@@ -33,7 +31,6 @@ lazy val commonSettings = Seq(
3331
}
3432
}
3533
},
36-
3734
Test / unmanagedSourceDirectories ++= {
3835
(Test / unmanagedSourceDirectories).value.flatMap { dir =>
3936
CrossVersion.partialVersion(scalaVersion.value) match {

0 commit comments

Comments
 (0)