File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 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
630630To use MacWire in your project, add a dependency:
631631
632632```` scala
633- libraryDependencies += " com.softwaremill.macwire" %% " macros" % " 2.3.7 " % " provided"
633+ libraryDependencies += " com.softwaremill.macwire" %% " macros" % " 2.4.0 " % " provided"
634634
635- libraryDependencies += " com.softwaremill.macwire" %% " macrosakka" % " 2.3.7 " % " provided"
635+ libraryDependencies += " com.softwaremill.macwire" %% " macrosakka" % " 2.4.0 " % " provided"
636636
637- libraryDependencies += " com.softwaremill.macwire" %% " util" % " 2.3.7 "
637+ libraryDependencies += " com.softwaremill.macwire" %% " util" % " 2.4.0 "
638638
639- libraryDependencies += " com.softwaremill.macwire" %% " proxy" % " 2.3.7 "
639+ libraryDependencies += " com.softwaremill.macwire" %% " proxy" % " 2.4.0 "
640640````
641641
642642MacWire is available for Scala 2.12, 2.13, 3 on the JVM and JS.
You can’t perform that action at this time.
0 commit comments