Skip to content

Commit b82fc58

Browse files
committed
update readme
1 parent 5dd0700 commit b82fc58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3535
You 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
5555
If 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
5959
libraryDependencies += "se.lth.cs" %% "introprog" % "1.4.0"
6060
```
6161

0 commit comments

Comments
 (0)