File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
LighterExamples.xcodeproj Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,13 @@ let package = Package(
1414
1515 // The dependencies.
1616 dependencies: [
17- . package ( url: " https://github.com/Lighter-swift/Lighter.git " , from: " 1.0.4 " ) ,
17+ . package ( url: " https://github.com/Lighter-swift/Lighter.git " ,
18+ from: " 1.0.8 " ) ,
1819 . package ( url: " https://github.com/Lighter-swift/NorthwindSQLite.swift.git " ,
19- from: " 1.0.4 " ) ,
20+ from: " 1.0.8 " ) ,
2021
2122 . package ( url: " https://github.com/Macro-swift/MacroExpress.git " ,
22- from: " 0.8.8 " ) ,
23+ from: " 0.9.0 " ) ,
2324
2425 . package ( url: " https://github.com/apple/swift-docc-plugin " , from: " 1.0.0 " )
2526 ] ,
Original file line number Diff line number Diff line change 799799 repositoryURL = "https://github.com/Lighter-swift/Lighter.git";
800800 requirement = {
801801 kind = upToNextMajorVersion;
802- minimumVersion = 1.0.4 ;
802+ minimumVersion = 1.0.8 ;
803803 };
804804 };
805805 E8AF70C028A3DD80008444B2 /* XCRemoteSwiftPackageReference "Lighter" */ = {
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ var package = Package(
1313 dependencies: [
1414 . package ( url: " https://github.com/Lighter-swift/Lighter.git " , from: " 1.0.4 " ) ,
1515 . package ( url: " https://github.com/Lighter-swift/NorthwindSQLite.swift.git " ,
16- from: " 1.0.4 " ) ,
16+ from: " 1.0.8 " ) ,
1717
1818 . package ( url: " https://github.com/Macro-swift/MacroExpress.git " ,
19- from: " 0.8.8 " ) ,
19+ from: " 0.9.0 " ) ,
2020
2121 . package ( url: " https://github.com/apple/swift-docc-plugin " , from: " 1.0.0 " )
2222 ] ,
You can’t perform that action at this time.
0 commit comments