File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/env scala-cli
22
3- //> using lib " com.lihaoyi::os-lib:0.7.8"
3+ //> using lib com.lihaoyi::os-lib:0.7.8
44
55/** Small and handy script to generate stubs for .svg files with nice TODO
66 */
Original file line number Diff line number Diff line change 1818 # Put your stuff here
1919 cat << EOF | updateFile count_lines.sc
2020#!/usr/bin/env scala-cli
21- //> using scala " 3.0.2"
21+ //> using scala 3.0.2
2222import scala.io.StdIn.readLine
2323import LazyList.continually
2424
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" &> /dev/null && pwd)
1111if [[ -z " ${ASCIINEMA_REC} " ]]; then
1212 # Warm up scala-cli
1313 echo " println(1)" | scala-cli -S 2.13.6 -
14- echo " //> using dep \" com.softwaremill.sttp.client3::core:3.8.13\" " | scala-cli -S 2.13.6 -
14+ echo " //> using dep com.softwaremill.sttp.client3::core:3.8.13" | scala-cli -S 2.13.6 -
1515 scala-cli config suppress-warning.outdated-dependencies-files true
1616 # or do other preparation (e.g. create code)
1717else
You can’t perform that action at this time.
0 commit comments