Skip to content

Commit

Permalink
bugfix: Raname cli to bloop-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Aug 16, 2024
1 parent 329b517 commit 7eaf234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export BLOOP_JAVA_OPTS="-Xss4m -XX:MaxInlineLevel=20 -XX:+UseZGC -XX:ZUncommitDe

mkdir -p ~/.bloop
curl -Lo coursier https://git.io/coursier-cli && chmod +x coursier
./coursier launch -M bloop.cli.Bloop -r sonatype:snapshots ch.epfl.scala:cli_2.13:$(bloop_version) -- about
./coursier launch -M bloop.cli.Bloop -r sonatype:snapshots ch.epfl.scala:bloop-cli_2.13:$(bloop_version) -- about

cat ~/.local/share/scalacli/bloop/daemon/output

Expand Down

0 comments on commit 7eaf234

Please sign in to comment.