Skip to content

Commit e86d1dd

Browse files
authored
Update README.md bump Scala version
1 parent a3ce24b commit e86d1dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ This repo is used in this course *(in Swedish)*: http://cs.lth.se/pgk with cours
1919

2020
You 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

2929
You run your code with `scala-cli run .` (note the ending dot, meaning "this dir")
3030

3131
If 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()

0 commit comments

Comments
 (0)