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 68289d0 commit d34ea9cCopy full SHA for d34ea9c
Package.swift
@@ -3,7 +3,7 @@
3
import PackageDescription
4
5
let package = Package(
6
-
+
7
name: "MacroExamples",
8
9
platforms: [
@@ -25,11 +25,11 @@ let package = Package(
25
// A lot of packages for demonstration purposes, only add what you
26
// actually need in your own project.
27
.package(url: "https://github.com/Macro-swift/Macro.git",
28
- from: "0.8.10"),
+ from: "0.8.11"),
29
.package(url: "https://github.com/Macro-swift/MacroExpress.git",
30
- from: "0.8.6"),
+ from: "0.8.8"),
31
.package(url: "https://github.com/Macro-swift/MacroLambda.git",
32
- from: "0.4.0"),
+ from: "0.4.1"),
33
.package(url: "https://github.com/AlwaysRightInstitute/cows",
34
from: "1.0.7")
35
],
0 commit comments