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.
@@ -754,7 +754,7 @@ trait RockBandModule {
754
754
755
755
**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)).
760
760
@@ -812,7 +812,7 @@ object UserModule {
812
812
Dependency:
813
813
814
814
```
815
-
"com.softwaremill.macwire" %% "proxy" % "2.6.5"
815
+
"com.softwaremill.macwire" %% "proxy" % "2.6.6"
816
816
```
817
817
818
818
MacWire contains an implementation of interceptors, which can be applied to class instances in the modules.
0 commit comments