From fbfb0af2ccb36ead7686d2bbaaf8de07ebeaee73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20C=C3=A0llisto?= Date: Wed, 1 May 2024 12:18:12 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee77fbe..1b1fac0 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The graph describing the tessellation is a `Tiling` object. Add the following dependency to your `build.sbt` file: ```scala -libraryDependencies += "io.github.scala-tessella" %% "tessella" % "0.2.1" // Use %%% instead of %% if you're using ScalaJS +libraryDependencies += "io.github.scala-tessella" %% "tessella" % "0.2.2" // Use %%% instead of %% if you're using ScalaJS ``` ## Getting started