Skip to content

Commit 3d231ba

Browse files
committed
Update README for 3.0.0 release
1 parent 3cc2cad commit 3d231ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ val stateBefore: Future[Int] = sequentially(()) {
4343

4444
The 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
7878
addSbtPlugin("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
```

0 commit comments

Comments
 (0)