Skip to content

Commit

Permalink
Update README with latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Jan 20, 2025
1 parent 2374af9 commit 50d29b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ managing these versions, you should consider importing our bill-of-materials BOM
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>bigmap-bom</artifactId>
<version>VERSION-HERE</version>
<version>1.0.16</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand All @@ -82,7 +82,7 @@ Then to use tokyocabinet implementation, add the following:
<groupId>com.fizzed</groupId>
<artifactId>bigmap-tokyocabinet</artifactId>
<!-- you can omit the version if you used our BOM above -->
<version>VERSION-HERE</version>
<version>1.0.16</version>
</dependency>

<dependency>
Expand All @@ -99,7 +99,7 @@ Or for rocksdb
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>bigmap-rocksdb</artifactId>
<version>VERSION-HERE</version>
<version>1.0.16</version>
</dependency>
```

Expand All @@ -109,7 +109,7 @@ Or for leveldb
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>bigmap-leveldb</artifactId>
<version>VERSION-HERE</version>
<version>1.0.16</version>
</dependency>
```

Expand Down Expand Up @@ -280,4 +280,4 @@ Total disk used: 24135 (MB)

Copyright (C) 2020+ Fizzed, Inc.

This work is licensed under the Apache License, Version 2.0. See LICENSE for details.
This work is licensed under the Apache License, Version 2.0. See LICENSE for details.

0 comments on commit 50d29b3

Please sign in to comment.