Merge pull request #16000 from xuwei-k/tck-version-in-document

=doc #16000 fix tck-experimental version
This commit is contained in:
Konrad Malawski 2014-10-12 08:58:49 +02:00
commit 0519631ab9

View file

@ -521,7 +521,7 @@ In order to help developers build correct and high quality storage plugins, we p
The TCK is usable from Java as well as Scala projects, for Scala you need to include the akka-persistence-tck-experimental dependency::
"com.typesafe.akka" %% "akka-persistence-tck-experimental" % "2.3.5" % "test"
"com.typesafe.akka" %% "akka-persistence-tck-experimental" % "@version@" % "test"
To include the Journal TCK tests in your test suite simply extend the provided ``JournalSpec``: