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:
3232
3333```
3434//> using scala 3.3
35- //> using lib se.lth.cs::introprog:1.3.1
35+ //> using lib se.lth.cs::introprog:1.4.0
3636
3737@main def run =
3838 val w = introprog.PixelWindow()
@@ -46,7 +46,7 @@ See: [api documentation for PixelWindow](https://fileadmin.cs.lth.se/pgk/api/api
4646
4747You can also give the ` introprog ` dependency directly at the command line, instead of the ` using lib ` directive:
4848```
49- scala-cli run . --dep se.lth.cs::introprog:1.3.1
49+ scala-cli run . --dep se.lth.cs::introprog:1.4.0
5050```
5151
5252### Using sbt
@@ -56,7 +56,7 @@ You need [Scala Build Tool](https://www.scala-sbt.org/download.html) at least ve
5656Put this text in a file called ` build.sbt `
5757```
5858scalaVersion := "3.3.0"
59- libraryDependencies += "se.lth.cs" %% "introprog" % "1.3.1 "
59+ libraryDependencies += "se.lth.cs" %% "introprog" % "1.4.0 "
6060```
6161
6262When 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