Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion akka-docs/rst/scala/persistence.rst
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,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