File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33import PackageDescription
44
55let 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 ] ,
You can’t perform that action at this time.
0 commit comments