Skip to content

Commit ff0e2bb

Browse files
committed
Release 2.6.6
1 parent 97b8929 commit ff0e2bb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ To use, add the following dependency:
2929

3030
```
3131
// sbt
32-
"com.softwaremill.macwire" %% "macros" % "2.6.5" % "provided"
32+
"com.softwaremill.macwire" %% "macros" % "2.6.6" % "provided"
3333
3434
// scala-cli
35-
//> using dep com.softwaremill.macwire::macros:2.6.5
35+
//> using dep com.softwaremill.macwire::macros:2.6.6
3636
```
3737

3838
# Table of Contents
@@ -433,7 +433,7 @@ class SocialModule(userModule: UserModule) {
433433
Dependency:
434434

435435
```scala
436-
"com.softwaremill.macwire" %% "util" % "2.6.5"
436+
"com.softwaremill.macwire" %% "util" % "2.6.6"
437437
```
438438

439439
If you are using that pattern a lot, you can annotate your modules using `@Module`, and they will be used when
@@ -455,7 +455,7 @@ class SocialModule(userModule: UserModule) {
455455
Dependency:
456456

457457
```
458-
"com.softwaremill.macwire" %% "proxy" % "2.6.5"
458+
"com.softwaremill.macwire" %% "proxy" % "2.6.6"
459459
```
460460

461461
There are two "built-in" scopes, depending on how the dependency is defined:
@@ -505,7 +505,7 @@ frameworks.
505505
Dependency:
506506

507507
```scala
508-
"com.softwaremill.macwire" %% "util" % "2.6.5"
508+
"com.softwaremill.macwire" %% "util" % "2.6.6"
509509
```
510510

511511
To integrate with some frameworks (e.g. [Play 2](http://www.playframework.com/)) or to create instances of classes
@@ -593,7 +593,7 @@ that the wired class extends, instead of the full implementation.
593593
Dependency:
594594

595595
```scala
596-
"com.softwaremill.macwire" %% "macrosakka" % "2.6.5" % "provided"
596+
"com.softwaremill.macwire" %% "macrosakka" % "2.6.6" % "provided"
597597
```
598598

599599
Macwire provides wiring suport for [akka](http://akka.io) through the `macrosAkka` module.
@@ -754,7 +754,7 @@ trait RockBandModule {
754754

755755
**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.
756756

757-
Dependency: `"com.softwaremill.macwire" %% "macrosautocats" % "2.6.5"`
757+
Dependency: `"com.softwaremill.macwire" %% "macrosautocats" % "2.6.6"`
758758

759759
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)).
760760

@@ -812,7 +812,7 @@ object UserModule {
812812
Dependency:
813813

814814
```
815-
"com.softwaremill.macwire" %% "proxy" % "2.6.5"
815+
"com.softwaremill.macwire" %% "proxy" % "2.6.6"
816816
```
817817

818818
MacWire contains an implementation of interceptors, which can be applied to class instances in the modules.

0 commit comments

Comments
 (0)