Skip to content

Commit d34ea9c

Browse files
committed
Bump to the latest & greatest package versions
Makes sure that things compile w/ Swift 5.5.
1 parent 68289d0 commit d34ea9c

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
@@ -3,7 +3,7 @@
33
import PackageDescription
44

55
let package = Package(
6-
6+
77
name: "MacroExamples",
88

99
platforms: [
@@ -25,11 +25,11 @@ let package = Package(
2525
// A lot of packages for demonstration purposes, only add what you
2626
// actually need in your own project.
2727
.package(url: "https://github.com/Macro-swift/Macro.git",
28-
from: "0.8.10"),
28+
from: "0.8.11"),
2929
.package(url: "https://github.com/Macro-swift/MacroExpress.git",
30-
from: "0.8.6"),
30+
from: "0.8.8"),
3131
.package(url: "https://github.com/Macro-swift/MacroLambda.git",
32-
from: "0.4.0"),
32+
from: "0.4.1"),
3333
.package(url: "https://github.com/AlwaysRightInstitute/cows",
3434
from: "1.0.7")
3535
],

0 commit comments

Comments
 (0)