Skip to content

Commit

Permalink
Release 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mbore committed Jan 18, 2022
1 parent 22e23fa commit a32fe15
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 @@ -685,13 +685,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.3" % "provided"
libraryDependencies += "com.softwaremill.macwire" %% "macros" % "2.5.4" % "provided"

libraryDependencies += "com.softwaremill.macwire" %% "macrosakka" % "2.5.3" % "provided"
libraryDependencies += "com.softwaremill.macwire" %% "macrosakka" % "2.5.4" % "provided"

libraryDependencies += "com.softwaremill.macwire" %% "util" % "2.5.3"
libraryDependencies += "com.softwaremill.macwire" %% "util" % "2.5.4"

libraryDependencies += "com.softwaremill.macwire" %% "proxy" % "2.5.3"
libraryDependencies += "com.softwaremill.macwire" %% "proxy" % "2.5.4"
````

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

0 comments on commit a32fe15

Please sign in to comment.