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 1
1
#!/usr/bin/env scala-cli
2
2
3
- //> using lib " com.lihaoyi::os-lib:0.7.8"
3
+ //> using lib com.lihaoyi::os-lib:0.7.8
4
4
5
5
/** Small and handy script to generate stubs for .svg files with nice TODO
6
6
*/
Original file line number Diff line number Diff line change 18
18
# Put your stuff here
19
19
cat << EOF | updateFile count_lines.sc
20
20
#!/usr/bin/env scala-cli
21
- //> using scala " 3.0.2"
21
+ //> using scala 3.0.2
22
22
import scala.io.StdIn.readLine
23
23
import LazyList.continually
24
24
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" &> /dev/null && pwd)
11
11
if [[ -z " ${ASCIINEMA_REC} " ]]; then
12
12
# Warm up scala-cli
13
13
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 -
15
15
scala-cli config suppress-warning.outdated-dependencies-files true
16
16
# or do other preparation (e.g. create code)
17
17
else
You can’t perform that action at this time.
0 commit comments