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.
@@ -743,7 +743,7 @@ trait RockBandModule {
743
743
744
744
**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)).
749
749
@@ -801,7 +801,7 @@ object UserModule {
801
801
Dependency:
802
802
803
803
```
804
-
"com.softwaremill.macwire" %% "proxy" % "2.6.1"
804
+
"com.softwaremill.macwire" %% "proxy" % "2.6.2"
805
805
```
806
806
807
807
MacWire contains an implementation of interceptors, which can be applied to class instances in the modules.
0 commit comments