Skip to content

Commit

Permalink
Fix try-shapeless script: Updated coursier url
Browse files Browse the repository at this point in the history
Fix #1047
  • Loading branch information
camilosampedro committed Apr 2, 2021
1 parent ebf7a8c commit 7e943b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/try-shapeless.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
COURSIER_URL=https://git.io/vgvpD
COURSIER_URL=https://get-coursier.io/coursier
test -e ~/.coursier/coursier || \
(mkdir -p ~/.coursier && curl -L -s --output ~/.coursier/coursier $COURSIER_URL && chmod +x ~/.coursier/coursier)
~/.coursier/coursier launch -q -P -M ammonite.Main \
Expand Down

0 comments on commit 7e943b5

Please sign in to comment.