Skip to content

Commit

Permalink
JupyterKit: Upgraded compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
pvieito committed Apr 10, 2024
1 parent f1244f2 commit 3e4074d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.9
// swift-tools-version:5.7

import PackageDescription

Expand All @@ -21,7 +21,7 @@ let package = Package(
.package(url: "[email protected]:pvieito/LoggerKit.git", branch: "master"),
.package(url: "[email protected]:pvieito/FoundationKit.git", branch: "master"),
.package(url: "[email protected]:pvieito/PythonKit.git", branch: "master"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "0.0.1"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
],
targets: [
.executableTarget(
Expand Down

0 comments on commit 3e4074d

Please sign in to comment.