Skip to content

Commit

Permalink
bump version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Linas Naginionis authored and Linas Naginionis committed Dec 2, 2019
1 parent e55c27c commit 5fed59d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ PalDB is available on Maven Central, hence just add the following dependency:
<dependency>
<groupId>net.soundvibe</groupId>
<artifactId>paldb</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
```
Scala SBT
```
libraryDependencies += "net.soundvibe" % "paldb" % "2.1.0"
libraryDependencies += "net.soundvibe" % "paldb" % "2.1.1"
```


Expand Down

0 comments on commit 5fed59d

Please sign in to comment.