Skip to content

Commit a3ce24b

Browse files
authored
Update README.md bump version
1 parent 0afe773 commit a3ce24b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

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

4747
You 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
5656
Put this text in a file called `build.sbt`
5757
```
5858
scalaVersion := "3.3.0"
59-
libraryDependencies += "se.lth.cs" %% "introprog" % "1.3.1"
59+
libraryDependencies += "se.lth.cs" %% "introprog" % "1.4.0"
6060
```
6161

6262
When you run `sbt` in terminal the `introprog` package is automatically downloaded and made available on your classpath.

0 commit comments

Comments
 (0)