Skip to content

Commit

Permalink
chore: Freeze bloop plugin for versions of sbt lower than 1.5.8
Browse files Browse the repository at this point in the history
The upcoming version of Bloop will be using sbt 1.5.8 as a baseline with some keys only added in 1.5.x version.
  • Loading branch information
tgodzik committed Sep 20, 2024
1 parent 03af420 commit 8007c4e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ case class SbtBuildTool(
// from 1.4.6 Bloop is not compatible with sbt < 1.3.0
if (SemVer.isLaterVersion(version, "1.3.0"))
"1.4.6"
else if (SemVer.isLaterVersion(version, "1.5.0"))
"2.0.2"
else userConfig().currentBloopVersion

val plugin = bloopPluginDetails(pluginVersion)
Expand Down

0 comments on commit 8007c4e

Please sign in to comment.