Skip to content

Commit

Permalink
docs: cats-effect interop moved to tofu-core-* modules (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleontiev authored Jul 27, 2023
1 parent ede99d9 commit 2e90c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tofu.logging.home.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ according package:
Cats Effect 3 users should add the following dependency:

```sbt
libraryDependencies += "tf.tofu" %% "tofu-kernel-ce3-interop" % "<latest version in the badge in README>"
libraryDependencies += "tf.tofu" %% "tofu-core-ce3" % "<latest version in the badge in README>"
```

and Cats Effect 2 users should add:

```sbt
libraryDependencies += "tf.tofu" %% "tofu-kernel-ce2-interop" % "<latest version in the badge in README>"
libraryDependencies += "tf.tofu" %% "tofu-core-ce2" % "<latest version in the badge in README>"
```

For ZIO users the following is enough:
Expand Down

0 comments on commit 2e90c5e

Please sign in to comment.