Skip to content

Commit

Permalink
Updated readme for 0.1.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
migesok committed Oct 17, 2014
1 parent 8de4757 commit 5cec1b0
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 @@ -9,15 +9,15 @@ It can be used in unit tests to avoid side-effects and unwanted dependencies bet

## Requirements
- Scala 2.10.x or 2.11.x
- Akka Persistence 2.3.4
- Akka Persistence 2.3.6

## Dependency
To include the In-memory Snapshot Store Plugin into your sbt project, add the following lines to your `build.sbt` file:

resolvers += "migesok at bintray" at "http://dl.bintray.com/migesok/maven"

libraryDependencies +=
"com.migesok" %% "akka-persistence-in-memory-snapshot-store" % "0.1.0"
"com.migesok" %% "akka-persistence-in-memory-snapshot-store" % "0.1.1"

## Configuration
To activate the plugin, add the following line to your Akka `application.conf`:
Expand Down

0 comments on commit 5cec1b0

Please sign in to comment.