=doc #16000 fix tck-experimental version
This commit is contained in:
parent
2be7077ae6
commit
91e53e1cb5
1 changed files with 1 additions and 1 deletions
|
|
@ -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::
|
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``:
|
To include the Journal TCK tests in your test suite simply extend the provided ``JournalSpec``:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue