Skip to content

Commit

Permalink
=doc akka#16000 fix tck-experimental version
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Sep 29, 2014
1 parent 2be7077 commit 91e53e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akka-docs/rst/scala/persistence.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``:

Expand Down

0 comments on commit 91e53e1

Please sign in to comment.