Skip to content

Commit

Permalink
chore: Rename cli to bloop-cli
Browse files Browse the repository at this point in the history
I noticed that otherwise this gets published as ch.epfl.scala:cli_2.13:2.0.0 which is maybe too short a name and doesn't say what it is best.
  • Loading branch information
tgodzik committed Aug 6, 2024
1 parent 46c233f commit 9ec70f5
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 @@ -195,7 +195,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 9ec70f5

Please sign in to comment.