Skip to content

Commit

Permalink
Make SbtBuildTool respect crossScalaVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Sep 11, 2023
1 parent 3818161 commit c98405e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ case class SbtBuildTool(
override def bloopInstallArgs(workspace: AbsolutePath): List[String] = {
val bloopInstallArgs = List[String](
"-Dbloop.export-jar-classifiers=sources",
"bloopInstall",
"+bloopInstall",
)
val allArgs = composeArgs(bloopInstallArgs, workspace, tempDir)
removeLegacyGlobalPlugin()
Expand Down

0 comments on commit c98405e

Please sign in to comment.