Skip to content

Commit a1a7a5a

Browse files
committed
Use latest Macro packages
Macro: 0.8.8 MacroExpress: 0.8.6 MacroLambda: 0.4.0
1 parent 1eff213 commit a1a7a5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ let package = Package(
2323
// A lot of packages for demonstration purposes, only add what you
2424
// actually need in your own project.
2525
.package(url: "https://github.com/Macro-swift/Macro.git",
26-
from: "0.8.7"),
26+
from: "0.8.8"),
2727
.package(url: "https://github.com/Macro-swift/MacroExpress.git",
28-
from: "0.8.4"),
28+
from: "0.8.6"),
2929
.package(url: "https://github.com/Macro-swift/MacroLambda.git",
30-
from: "0.2.1"),
30+
from: "0.4.0"),
3131
.package(url: "https://github.com/AlwaysRightInstitute/cows",
3232
from: "1.0.7")
3333
],

0 commit comments

Comments
 (0)