Skip to content

Commit 52c8c7f

Browse files
committed
Use the latest lib versions
1.0.8 is the new black.
1 parent 87ea17d commit 52c8c7f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

AppLogic/Package.swift

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

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.4;
802+
minimumVersion = 1.0.8;
803803
};
804804
};
805805
E8AF70C028A3DD80008444B2 /* XCRemoteSwiftPackageReference "Lighter" */ = {

Package.swift

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

0 commit comments

Comments
 (0)