From 6fe6ca5918b66f1b4f8e44ba71087f5d87dfd3da Mon Sep 17 00:00:00 2001 From: adamw Date: Wed, 1 Sep 2021 17:09:36 +0200 Subject: [PATCH] Release 2.4.1 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f4554ad6..a2a89937 100644 --- a/README.md +++ b/README.md @@ -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.