You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Macwire provides wiring suport for [akka](http://akka.io) through the `macrosAkka` module.
@@ -770,7 +770,7 @@ The key difference is that `wireSet` returns an unordered `Set[T]` while `wireLi
770
770
771
771
**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.
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)).
776
776
@@ -828,7 +828,7 @@ object UserModule {
828
828
Dependency:
829
829
830
830
```
831
-
"com.softwaremill.macwire" %% "proxy" % "2.6.6"
831
+
"com.softwaremill.macwire" %% "proxy" % "2.6.7"
832
832
```
833
833
834
834
MacWire contains an implementation of interceptors, which can be applied to class instances in the modules.
0 commit comments