Skip to content

Commit 5c4db95

Browse files
committed
Require latest version of CommandLineKit.
1 parent 00e7f8a commit 5c4db95

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

LispKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5295,15 +5295,15 @@
52955295
repositoryURL = "https://github.com/objecthub/swift-numberkit.git";
52965296
requirement = {
52975297
kind = upToNextMajorVersion;
5298-
minimumVersion = 2.4.1;
5298+
minimumVersion = 2.4.2;
52995299
};
53005300
};
53015301
CC5E53042355AB0700C72CE2 /* XCRemoteSwiftPackageReference "swift-commandlinekit" */ = {
53025302
isa = XCRemoteSwiftPackageReference;
53035303
repositoryURL = "https://github.com/objecthub/swift-commandlinekit.git";
53045304
requirement = {
53055305
kind = upToNextMajorVersion;
5306-
minimumVersion = 0.3.4;
5306+
minimumVersion = 0.3.5;
53075307
};
53085308
};
53095309
CCA6C3D22361149D007D2AF0 /* XCRemoteSwiftPackageReference "swift-markdownkit" */ = {

LispKit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ let package = Package(
5151
dependencies: [
5252
.package(name: "NumberKit",
5353
url: "https://github.com/objecthub/swift-numberkit.git",
54-
.upToNextMajor(from: "2.4.1")),
54+
.upToNextMajor(from: "2.4.2")),
5555
.package(name: "MarkdownKit",
5656
url: "https://github.com/objecthub/swift-markdownkit.git",
5757
.upToNextMajor(from: "1.1.5")),
5858
.package(name: "CommandLineKit",
5959
url: "https://github.com/objecthub/swift-commandlinekit.git",
60-
.upToNextMajor(from: "0.3.4")),
60+
.upToNextMajor(from: "0.3.5")),
6161
.package(name: "SQLiteExpress",
6262
url: "https://github.com/objecthub/swift-sqliteexpress.git",
6363
.upToNextMajor(from: "1.0.3")),

0 commit comments

Comments
 (0)