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