Skip to content

Commit

Permalink
bump minimum sbt version at runtime to prevent race conditions on cla…
Browse files Browse the repository at this point in the history
…sses.bak
  • Loading branch information
bjaglin committed Apr 23, 2024
1 parent d12e4d4 commit 41e7553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ scriptedSbt := {
if (jdk >= 21)
"1.9.0" // first release that supports JDK21
else
(pluginCrossBuild / sbtVersion).value
"1.3.3" // get https://github.com/sbt/sbt/issues/1673 to avoid race conditions
}

libraryDependencies += compilerPlugin(scalafixSemanticdb)
Expand Down

0 comments on commit 41e7553

Please sign in to comment.