Skip to content

Commit cd98b92

Browse files
committed
release 0.1.22
1 parent f61ebd1 commit cd98b92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ human-friendly API. Currently, is under an active development.
1919

2020
libLTR is published to maven-central for scala 3.x, 2.12 and 2.13, so for SBT, add this snippet to `build.sbt`:
2121
```scala
22-
libraryDependencies += "io.github.metarank" %% "ltrlib" % "0.1.21"
22+
libraryDependencies += "io.github.metarank" %% "ltrlib" % "0.1.22"
2323
```
2424

2525
For maven:
2626
```xml
2727
<dependency>
2828
<groupId>io.github.metarank</groupId>
2929
<artifactId>ltrlib_2.13</artifactId>
30-
<version>0.1.21</version>
30+
<version>0.1.22</version>
3131
</dependency>
3232
```
3333
## Usage

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Deps._
22

33
name := "ltrlib"
44

5-
version := "0.1.21"
5+
version := "0.1.22"
66

77
scalaVersion := "2.13.10"
88

0 commit comments

Comments
 (0)