Skip to content

Commit

Permalink
Release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Sep 1, 2021
1 parent f5840be commit 6fe6ca5
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
Expand Up @@ -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.4.0" % "provided"
libraryDependencies += "com.softwaremill.macwire" %% "macros" % "2.4.1" % "provided"

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

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

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

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

0 comments on commit 6fe6ca5

Please sign in to comment.