Skip to content

Commit

Permalink
remove unnecessary scripted override for JDK17
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin committed Feb 25, 2024
1 parent 6647652 commit 8ae5b09
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,8 @@ scriptedSbt := {

if (jdk >= 21)
"1.9.0" // first release that supports JDK21
else if (jdk >= 17)
"1.5.5" // first release that supports JDK17
else
"1.3.0"
(pluginCrossBuild / sbtVersion).value
}

libraryDependencies += compilerPlugin(scalafixSemanticdb)
Expand Down

0 comments on commit 8ae5b09

Please sign in to comment.