We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a6ea9 commit a113d08Copy full SHA for a113d08
jupyter-scala.ps1
@@ -25,7 +25,7 @@ function Make-Temp
25
$COURSIER_JAR=Make-Temp
26
27
echo "Getting coursier launcher..."
28
-(New-Object Net.WebClient).DownloadFile('https://git.io/vgvpD', $COURSIER_JAR)
+(New-Object Net.WebClient).DownloadFile('https://github.com/coursier/coursier/raw/v1.0.0-RC1/coursier', $COURSIER_JAR)
29
echo "Done"
30
31
if($TYPELEVEL_SCALA) {
@@ -46,7 +46,7 @@ if($TYPELEVEL_SCALA) {
46
-I "ammonite:org.jupyter-scala:scala-api_$SCALA_VERSION`:$VERSION" `
47
$EXTRA_OPTS `
48
"org.jupyter-scala:scala-cli_$SCALA_VERSION`:$VERSION" `
49
- -- `
+ "--" `
50
--id scala `
51
--name "Scala" `
52
$args
0 commit comments