Skip to content

Commit

Permalink
Merge pull request akka#16000 from xuwei-k/tck-version-in-document
Browse files Browse the repository at this point in the history
=doc akka#16000 fix tck-experimental version
  • Loading branch information
ktoso committed Oct 12, 2014
2 parents 2be7077 + 91e53e1 commit 0519631
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 0519631

Please sign in to comment.