File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ If your program looks like this:
32
32
33
33
```
34
34
//> using scala 3.3
35
- //> using lib se.lth.cs::introprog:1.3.1
35
+ //> using lib se.lth.cs::introprog:1.4.0
36
36
37
37
@main def run =
38
38
val w = introprog.PixelWindow()
@@ -46,7 +46,7 @@ See: [api documentation for PixelWindow](https://fileadmin.cs.lth.se/pgk/api/api
46
46
47
47
You can also give the ` introprog ` dependency directly at the command line, instead of the ` using lib ` directive:
48
48
```
49
- scala-cli run . --dep se.lth.cs::introprog:1.3.1
49
+ scala-cli run . --dep se.lth.cs::introprog:1.4.0
50
50
```
51
51
52
52
### Using sbt
@@ -56,7 +56,7 @@ You need [Scala Build Tool](https://www.scala-sbt.org/download.html) at least ve
56
56
Put this text in a file called ` build.sbt `
57
57
```
58
58
scalaVersion := "3.3.0"
59
- libraryDependencies += "se.lth.cs" %% "introprog" % "1.3.1 "
59
+ libraryDependencies += "se.lth.cs" %% "introprog" % "1.4.0 "
60
60
```
61
61
62
62
When you run ` sbt ` in terminal the ` introprog ` package is automatically downloaded and made available on your classpath.
You can’t perform that action at this time.
0 commit comments