Skip to content

Commit

Permalink
remove scalacOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
clairemcginty committed Feb 6, 2023
1 parent 71a39cf commit d17432f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ val commonSettings = Def
// this setting is not derived in sbt-tpolecat
// https://github.com/typelevel/sbt-tpolecat/issues/36
inTask(doc)(TpolecatPlugin.projectSettings),
scalacOptions ++= Seq("-release", "8"),
javacOptions ++= Seq("-source", "1.8", "-target", "1.8", "-Xlint:unchecked"),
Compile / doc / javacOptions := Seq("-source", "1.8"),
excludeDependencies ++= Seq(
Expand Down

0 comments on commit d17432f

Please sign in to comment.