Skip to content

Commit 529c1a3

Browse files
committed
Release 2.5.8
1 parent 7e5e37e commit 529c1a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ This feature is inspired by @yakivy's work on [jam](https://github.com/yakivy/ja
213213

214214
**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.
215215

216-
Dependency: `"com.softwaremill.macwire" %% "macrosautocats" % "2.5.7"`
216+
Dependency: `"com.softwaremill.macwire" %% "macrosautocats" % "2.5.8"`
217217

218218
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)).
219219

@@ -687,13 +687,13 @@ The jars are deployed to [Sonatype's OSS repository](https://oss.sonatype.org/co
687687
To use MacWire in your project, add a dependency:
688688

689689
````scala
690-
libraryDependencies += "com.softwaremill.macwire" %% "macros" % "2.5.7" % "provided"
690+
libraryDependencies += "com.softwaremill.macwire" %% "macros" % "2.5.8" % "provided"
691691

692-
libraryDependencies += "com.softwaremill.macwire" %% "macrosakka" % "2.5.7" % "provided"
692+
libraryDependencies += "com.softwaremill.macwire" %% "macrosakka" % "2.5.8" % "provided"
693693

694-
libraryDependencies += "com.softwaremill.macwire" %% "util" % "2.5.7"
694+
libraryDependencies += "com.softwaremill.macwire" %% "util" % "2.5.8"
695695

696-
libraryDependencies += "com.softwaremill.macwire" %% "proxy" % "2.5.7"
696+
libraryDependencies += "com.softwaremill.macwire" %% "proxy" % "2.5.8"
697697
````
698698

699699
MacWire is available for Scala 2.12, 2.13, 3 on the JVM and JS.

0 commit comments

Comments
 (0)