Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
adamw committed Jul 23, 2021
1 parent f99f68d commit 836d6bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -630,13 +630,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.3.7" % "provided"
libraryDependencies += "com.softwaremill.macwire" %% "macros" % "2.4.0" % "provided"

libraryDependencies += "com.softwaremill.macwire" %% "macrosakka" % "2.3.7" % "provided"
libraryDependencies += "com.softwaremill.macwire" %% "macrosakka" % "2.4.0" % "provided"

libraryDependencies += "com.softwaremill.macwire" %% "util" % "2.3.7"
libraryDependencies += "com.softwaremill.macwire" %% "util" % "2.4.0"

libraryDependencies += "com.softwaremill.macwire" %% "proxy" % "2.3.7"
libraryDependencies += "com.softwaremill.macwire" %% "proxy" % "2.4.0"
````

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

0 comments on commit 836d6bc

Please sign in to comment.