File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Add these magic comment lines starting with `//>` in the beginning of your Scala
3030//> using scala 3
3131//> using lib "se.lth.cs::introprog:1.4.0"
3232```
33- You can choose a specific Scala 3 version of at least 3.3.3, for example: ` 3.4.2 `
33+ You can choose the latest stable Scala version, or any version from at least 3.3.3 LTS, which this library is compiled against.
3434
3535You run your code with ` scala-cli run . ` (note the ending dot, meaning "this dir")
3636
@@ -55,7 +55,7 @@ See: [api documentation for PixelWindow](https://fileadmin.cs.lth.se/pgk/api/api
5555If you have [ sbt] ( https://www.scala-sbt.org/ ) installed then you can put this text in a file called ` build.sbt `
5656
5757```
58- scalaVersion := "3.3.3 " // or any newer released Scala version
58+ scalaVersion := "3.4.2 " // or any Scala version from at least 3.3.3
5959libraryDependencies += "se.lth.cs" %% "introprog" % "1.4.0"
6060```
6161
You can’t perform that action at this time.
0 commit comments