We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b34e2 commit 63a99d3Copy full SHA for 63a99d3
Package.swift
@@ -22,13 +22,13 @@ let package = Package(
22
// A lot of packages for demonstration purposes, only add what you
23
// actually need in your own project.
24
.package(url: "https://github.com/Macro-swift/Macro.git",
25
- from: "0.5.5"),
+ from: "0.6.2"),
26
.package(url: "https://github.com/Macro-swift/MacroExpress.git",
27
+ from: "0.6.1"),
28
.package(url: "https://github.com/Macro-swift/MacroLambda.git",
29
- from: "0.1.3"),
+ from: "0.2.1"),
30
.package(url: "https://github.com/AlwaysRightInstitute/cows",
31
- from: "1.0.0")
+ from: "1.0.7")
32
],
33
34
targets: [
0 commit comments