Skip to content

Commit

Permalink
Add dependency information to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Mar 11, 2022
1 parent 22af1c6 commit f2beec6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ This feature is inspired by @yakivy's work on [jam](https://github.com/yakivy/ja

**Warning**: `autowire` is an experimental feature, if you have any feedback regarding its usage, let us know! Future releases might break source/binary compatibility. It is available for Scala 2 only for now.

Dependency: `"com.softwaremill.macwire" %% "macrosautocats" % "2.5.6"`

In case you need to build an instance from some particular instances and factory methods you can leverage `autowire`. This feature is intended to integrate with effect-management libraries (currently we support [cats-effect](https://github.com/typelevel/cats-effect)).

`autowire` takes as an argument a list of arguments which may contain:
Expand Down

0 comments on commit f2beec6

Please sign in to comment.