Skip to content

Commit

Permalink
release 0.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
shuttie committed Feb 9, 2023
1 parent f61ebd1 commit cd98b92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ human-friendly API. Currently, is under an active development.

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

For maven:
```xml
<dependency>
<groupId>io.github.metarank</groupId>
<artifactId>ltrlib_2.13</artifactId>
<version>0.1.21</version>
<version>0.1.22</version>
</dependency>
```
## Usage
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Deps._

name := "ltrlib"

version := "0.1.21"
version := "0.1.22"

scalaVersion := "2.13.10"

Expand Down

0 comments on commit cd98b92

Please sign in to comment.