Skip to content

Commit a113d08

Browse files
authored
Expand shortened coursier URL
1 parent 22a6ea9 commit a113d08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jupyter-scala.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function Make-Temp
2525
$COURSIER_JAR=Make-Temp
2626

2727
echo "Getting coursier launcher..."
28-
(New-Object Net.WebClient).DownloadFile('https://git.io/vgvpD', $COURSIER_JAR)
28+
(New-Object Net.WebClient).DownloadFile('https://github.com/coursier/coursier/raw/v1.0.0-RC1/coursier', $COURSIER_JAR)
2929
echo "Done"
3030

3131
if($TYPELEVEL_SCALA) {
@@ -46,7 +46,7 @@ if($TYPELEVEL_SCALA) {
4646
-I "ammonite:org.jupyter-scala:scala-api_$SCALA_VERSION`:$VERSION" `
4747
$EXTRA_OPTS `
4848
"org.jupyter-scala:scala-cli_$SCALA_VERSION`:$VERSION" `
49-
-- `
49+
"--" `
5050
--id scala `
5151
--name "Scala" `
5252
$args

0 commit comments

Comments
 (0)