Skip to content

Commit

Permalink
Merge pull request #2391 from tgodzik/rename-cli
Browse files Browse the repository at this point in the history
chore: Rename cli to bloop-cli
  • Loading branch information
tgodzik authored Aug 7, 2024
2 parents 62717f4 + 9ec70f5 commit 658dfc4
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 @@ -196,7 +196,7 @@ lazy val frontend: Project = project
)

lazy val cliSettings = Seq(
name := "cli",
name := "bloop-cli",
scalaVersion := Dependencies.Scala213Version,
(run / fork) := true,
(Test / fork) := true,
Expand Down

0 comments on commit 658dfc4

Please sign in to comment.