Skip to content

Commit

Permalink
Merge pull request #227 from xuwei-k/patch-5
Browse files Browse the repository at this point in the history
remove `CrossVersion.for3Use2_13` from pekko
  • Loading branch information
magnolia-k committed Nov 6, 2023
2 parents 7e046f1 + ac29a11 commit 40f8862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/guides/3.0/async/pekko.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ allows you to easily mix it into your application.
The following dependencies will be needed to make the sample application work.

```scala
"org.apache.pekko" %% "pekko-actor" % "{{< 3-0-pekko_version >}}" cross(CrossVersion.for3Use2_13),
"org.apache.pekko" %% "pekko-actor" % "{{< 3-0-pekko_version >}}",
"com.softwaremill.sttp.client3" %% "core" % "3.9.0",
```

Expand Down

0 comments on commit 40f8862

Please sign in to comment.