From eb5c8745d54ebc3f3dd18e53a9dcb3adecadc43f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ku=C4=8Dera?= Date: Mon, 11 Sep 2023 17:24:40 +0200 Subject: [PATCH] update version in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9fcf29f..34450ca 100644 --- a/README.md +++ b/README.md @@ -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