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 1eff213 commit a1a7a5aCopy full SHA for a1a7a5a
Package.swift
@@ -23,11 +23,11 @@ let package = Package(
23
// A lot of packages for demonstration purposes, only add what you
24
// actually need in your own project.
25
.package(url: "https://github.com/Macro-swift/Macro.git",
26
- from: "0.8.7"),
+ from: "0.8.8"),
27
.package(url: "https://github.com/Macro-swift/MacroExpress.git",
28
- from: "0.8.4"),
+ from: "0.8.6"),
29
.package(url: "https://github.com/Macro-swift/MacroLambda.git",
30
- from: "0.2.1"),
+ from: "0.4.0"),
31
.package(url: "https://github.com/AlwaysRightInstitute/cows",
32
from: "1.0.7")
33
],
0 commit comments