File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ val stateBefore: Future[Int] = sequentially(()) {
4343
4444The project supports the Pekko implementation. To use it, add the suffix '-pekko' to the artefact name. For example,
4545``` scala
46- libraryDependencies += " com.evolutiongaming" %% " sequentially-pekko" % " 2 .0.0"
46+ libraryDependencies += " com.evolutiongaming" %% " sequentially-pekko" % " 3 .0.0"
4747```
4848
4949## Other good stuff
@@ -77,5 +77,5 @@ And also we have mixed `TrieMap` with `Sequentially`, results can be found in
7777``` scala
7878addSbtPlugin(" com.evolution" % " sbt-artifactory-plugin" % " 0.0.2" )
7979
80- libraryDependencies += " com.evolutiongaming" %% " sequentially" % " 2 .0.0"
80+ libraryDependencies += " com.evolutiongaming" %% " sequentially" % " 3 .0.0"
8181```
You can’t perform that action at this time.
0 commit comments