Skip to content

Commit 09116cc

Browse files
committed
Update Package.swift
1 parent be139d6 commit 09116cc

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

Package.resolved

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

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ let package = Package(
4747
.library(name: "TerminalProgress", targets: ["TerminalProgress"]),
4848
],
4949
dependencies: [
50-
.package(path: "~/projects/container/apple-container/containerization"),
50+
.package(url: "https://github.com/apple/containerization.git", exact: Version(stringLiteral: scVersion)),
5151
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.3.0"),
5252
.package(url: "https://github.com/apple/swift-collections.git", from: "1.2.0"),
5353
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),

0 commit comments

Comments
 (0)