Merge pull request #16000 from xuwei-k/tck-version-in-document
=doc #16000 fix tck-experimental version
This commit is contained in:
commit
0519631ab9
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::
|
||||
|
||||
"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``:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue