Skip to content

Commit

Permalink
leveldb: update doc to match what we test (#1691)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Jan 6, 2025
1 parent 8f6f97a commit 67c3423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions persistence/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -343,14 +343,14 @@ pekko.persistence.snapshot-store.proxy {
# LevelDB persistence requires the following dependency declarations:
#
# SBT:
# "org.iq80.leveldb" % "leveldb" % "0.7"
# "org.iq80.leveldb" % "leveldb" % "0.12"
# "org.fusesource.leveldbjni" % "leveldbjni-all" % "1.8"
#
# Maven:
# <dependency>
# <groupId>org.iq80.leveldb</groupId>
# <artifactId>leveldb</artifactId>
# <version>0.7</version>
# <version>0.12</version>
# </dependency>
# <dependency>
# <groupId>org.fusesource.leveldbjni</groupId>
Expand Down

0 comments on commit 67c3423

Please sign in to comment.