Skip to content

Commit 29e4b07

Browse files
committed
Bump dependency version
... to current packages.
1 parent db335ac commit 29e4b07

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

AppLogic/Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
],

LighterExamples.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@
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" */ = {

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)