Skip to content

Commit ce68f87

Browse files
committed
Updated README.md
1 parent 239b1a2 commit ce68f87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-1.16.0.svg)](https://www.scala-js.org)
66
[![CI](https://github.com/scala-tessella/tessella/actions/workflows/ci.yml/badge.svg)](https://github.com/scala-tessella/tessella/actions/workflows/ci.yml)
77
[![Scala Steward badge](https://img.shields.io/badge/Scala_Steward-helping-blue.svg?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](https://scala-steward.org)
8+
[![DOI](https://zenodo.org/badge/785397726.svg)](https://zenodo.org/doi/10.5281/zenodo.12747299)
89

910
**Tessella** is a Scala 3 library, compatible with Scala.js,
1011
that helps to deal with finite unit-regular-polygon tessellations of a flat surface,
@@ -27,7 +28,7 @@ The graph describing the tessellation is a `Tiling` object.
2728

2829
Add the following dependency to your `build.sbt` file:
2930
```scala
30-
libraryDependencies += "io.github.scala-tessella" %% "tessella" % "0.2.2" // Use %%% instead of %% if you're using ScalaJS
31+
libraryDependencies += "io.github.scala-tessella" %% "tessella" % "0.3.0" // Use %%% instead of %% if you're using ScalaJS
3132
```
3233

3334
## Getting started

0 commit comments

Comments
 (0)