Skip to content

Commit 1c2fce9

Browse files
committed
Remove superfluous sbt setting
1 parent 6a87485 commit 1c2fce9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ ThisBuild / scalacOptions := Seq("-deprecation", "-release:11")
1212
lazy val artifactProducingProjectSettings = Seq(
1313
organization := "com.madgag.scala-git",
1414
licenses := Seq(License.Apache2),
15-
scalacOptions ++= Seq("-deprecation", "-unchecked", "-release:11"),
1615
libraryDependencies ++= Seq(scalatest % Test)
1716
)
1817

0 commit comments

Comments
 (0)