Skip to content

Commit

Permalink
Remove obsolete/duplicate option for targeting Java 8 binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Jan 15, 2023
1 parent 631810a commit f3e34ba
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ val commonSettings = Seq(
"-explain"
)
),
scalacOptions ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, 13)) => Seq("-target:8")
case _ => Seq.empty[String]
}
},
Compile / doc / scalacOptions ++= Opts.doc.title("IJP Debayer2SX API"),
Compile / doc / scalacOptions ++= Opts.doc.version(version.value),
Compile / doc / scalacOptions ++= Seq(
Expand Down

0 comments on commit f3e34ba

Please sign in to comment.