Skip to content

Commit

Permalink
update version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KuceraMartin committed Sep 11, 2023
1 parent 03b3a6e commit eb5c874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Installation
------------
With Scala CLI: add the following to your `project.scala` file.
```scala
//> using dep "ch.epfl.tyqu::tyqu:0.0.1"
//> using dep "ch.epfl.tyqu::tyqu:0.1.0"
```

With sbt: add the following to your `build.sbt` file.
```scala
libraryDependencies += "ch.epfl.tyqu" %% "tyqu" % "0.0.1"
libraryDependencies += "ch.epfl.tyqu" %% "tyqu" % "0.1.0"
```

Usage
Expand Down

0 comments on commit eb5c874

Please sign in to comment.