File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,20 @@ This repo is used in this course *(in Swedish)*: http://cs.lth.se/pgk with cours
1919
2020You need [ Scala Command Line Interface] ( https://scala-cli.virtuslab.org/install ) at least version 1.0.0.
2121
22- Add these magic comment lines starting with ` //> ` in the beginning of your Scala 3 file:
22+ Add these magic comment lines starting with ` //> ` in the beginning of your Scala 3 file (bump your Scala version to the latest available) :
2323
2424```
25- //> using scala 3.3
26- //> using lib se.lth.cs::introprog:1.3.1
25+ //> using scala 3.5.2
26+ //> using dep se.lth.cs::introprog:1.3.1
2727```
2828
2929You run your code with ` scala-cli run . ` (note the ending dot, meaning "this dir")
3030
3131If your program looks like this:
3232
3333```
34- //> using scala 3.3
35- //> using lib se.lth.cs::introprog:1.4.0
34+ //> using scala 3.5.2
35+ //> using dep se.lth.cs::introprog:1.4.0
3636
3737@main def run =
3838 val w = introprog.PixelWindow()
You can’t perform that action at this time.
0 commit comments