Skip to content

Commit 63a99d3

Browse files
committed
Bump package versions
... only the latest is the greatest.
1 parent e3b34e2 commit 63a99d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ let package = Package(
2222
// A lot of packages for demonstration purposes, only add what you
2323
// actually need in your own project.
2424
.package(url: "https://github.com/Macro-swift/Macro.git",
25-
from: "0.5.5"),
25+
from: "0.6.2"),
2626
.package(url: "https://github.com/Macro-swift/MacroExpress.git",
27-
from: "0.5.5"),
27+
from: "0.6.1"),
2828
.package(url: "https://github.com/Macro-swift/MacroLambda.git",
29-
from: "0.1.3"),
29+
from: "0.2.1"),
3030
.package(url: "https://github.com/AlwaysRightInstitute/cows",
31-
from: "1.0.0")
31+
from: "1.0.7")
3232
],
3333

3434
targets: [

0 commit comments

Comments
 (0)