Skip to content

Commit

Permalink
Fix missed version number in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdgoldie committed Jan 21, 2015
1 parent 57ce16d commit 3917322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
**Overview**

This project contains in-memory implementations of the journal and snapshot store for akka-persistence that are designed to work with multi-node and single-node unit tests. Since all data is kept in memory structures, there are no side effects or cleanup between test runs. These plugins are tested against `akka-persistence-tck-experimental` version 2.3.6
This project contains in-memory implementations of the journal and snapshot store for akka-persistence that are designed to work with multi-node and single-node unit tests. Since all data is kept in memory structures, there are no side effects or cleanup between test runs. These plugins are tested against `akka-persistence-tck-experimental` version 2.3.9

[![Build Status](https://travis-ci.org/jdgoldie/akka-persistence-shared-inmemory.svg)](https://travis-ci.org/jdgoldie/akka-persistence-shared-inmemory)

Expand Down

0 comments on commit 3917322

Please sign in to comment.