Skip to content

Commit

Permalink
Release 2.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Aug 18, 2023
1 parent 4ed8bc7 commit f20012e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ This feature is inspired by @yakivy's work on [jam](https://github.com/yakivy/ja

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

Dependency: `"com.softwaremill.macwire" %% "macrosautocats" % "2.5.8"`
Dependency: `"com.softwaremill.macwire" %% "macrosautocats" % "2.5.9"`

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

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

````scala
libraryDependencies += "com.softwaremill.macwire" %% "macros" % "2.5.8" % "provided"
libraryDependencies += "com.softwaremill.macwire" %% "macros" % "2.5.9" % "provided"

libraryDependencies += "com.softwaremill.macwire" %% "macrosakka" % "2.5.8" % "provided"
libraryDependencies += "com.softwaremill.macwire" %% "macrosakka" % "2.5.9" % "provided"

libraryDependencies += "com.softwaremill.macwire" %% "util" % "2.5.8"
libraryDependencies += "com.softwaremill.macwire" %% "util" % "2.5.9"

libraryDependencies += "com.softwaremill.macwire" %% "proxy" % "2.5.8"
libraryDependencies += "com.softwaremill.macwire" %% "proxy" % "2.5.9"
````

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

0 comments on commit f20012e

Please sign in to comment.