diff --git a/README.md b/README.md index c8a61326..36849489 100644 --- a/README.md +++ b/README.md @@ -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: