File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
LighterExamples.xcodeproj Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ let package = Package(
1515 // The dependencies.
1616 dependencies: [
1717 . package ( url: " https://github.com/Lighter-swift/Lighter.git " ,
18- from: " 1.0.8 " ) ,
18+ from: " 1.0.18 " ) ,
1919 . package ( url: " https://github.com/Lighter-swift/NorthwindSQLite.swift.git " ,
2020 from: " 1.0.8 " ) ,
2121
2222 . package ( url: " https://github.com/Macro-swift/MacroExpress.git " ,
23- from: " 0.9 .0" ) ,
23+ from: " 1.0 .0" ) ,
2424
2525 . package ( url: " https://github.com/apple/swift-docc-plugin " , from: " 1.0.0 " )
2626 ] ,
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.8 ;
802+ minimumVersion = 1.0.18 ;
803803 };
804804 };
805805 E8AF70C028A3DD80008444B2 /* XCRemoteSwiftPackageReference "Lighter" */ = {
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ var package = Package(
1111 ] ,
1212
1313 dependencies: [
14- . package ( url: " https://github.com/Lighter-swift/Lighter.git " , from: " 1.0.4 " ) ,
14+ . package ( url: " https://github.com/Lighter-swift/Lighter.git " , from: " 1.0.18 " ) ,
1515 . package ( url: " https://github.com/Lighter-swift/NorthwindSQLite.swift.git " ,
1616 from: " 1.0.8 " ) ,
1717
1818 . package ( url: " https://github.com/Macro-swift/MacroExpress.git " ,
19- from: " 0.9 .0" ) ,
19+ from: " 1.0 .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