Skip to content

Commit

Permalink
Update README.md bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornregnell authored Sep 18, 2024
1 parent 0afe773 commit a3ce24b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ If your program looks like this:

```
//> using scala 3.3
//> using lib se.lth.cs::introprog:1.3.1
//> using lib se.lth.cs::introprog:1.4.0
@main def run =
val w = introprog.PixelWindow()
Expand All @@ -46,7 +46,7 @@ See: [api documentation for PixelWindow](https://fileadmin.cs.lth.se/pgk/api/api

You can also give the `introprog` dependency directly at the command line, instead of the `using lib` directive:
```
scala-cli run . --dep se.lth.cs::introprog:1.3.1
scala-cli run . --dep se.lth.cs::introprog:1.4.0
```

### Using sbt
Expand All @@ -56,7 +56,7 @@ You need [Scala Build Tool](https://www.scala-sbt.org/download.html) at least ve
Put this text in a file called `build.sbt`
```
scalaVersion := "3.3.0"
libraryDependencies += "se.lth.cs" %% "introprog" % "1.3.1"
libraryDependencies += "se.lth.cs" %% "introprog" % "1.4.0"
```

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

0 comments on commit a3ce24b

Please sign in to comment.