Skip to content

Commit 3dbb137

Browse files
committed
Use exact version with updated org
1 parent 46f3ab4 commit 3dbb137

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Package.resolved

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

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ let package = Package(
1414
)
1515
],
1616
dependencies: [
17-
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.5.0")),
18-
.package(url: "https://github.com/apple/swift-syntax.git", .upToNextMinor(from: "510.0.3")),
19-
.package(url: "https://github.com/apple/swift-tools-support-core.git", from: "0.7.1"),
20-
.package(url: "https://github.com/jpsim/Yams.git", from: "5.1.3")
17+
.package(url: "https://github.com/apple/swift-argument-parser.git", exact: "1.5.0"),
18+
.package(url: "https://github.com/swiftlang/swift-syntax.git", exact: "510.0.3"),
19+
.package(url: "https://github.com/swiftlang/swift-tools-support-core.git", exact: "0.7.1"),
20+
.package(url: "https://github.com/jpsim/Yams.git", exact: "5.1.3")
2121
],
2222
targets: [
2323
.executableTarget(

Tools/Package.resolved

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

Tools/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ import PackageDescription
55
let package = Package(
66
name: "Tools",
77
dependencies: [
8-
.package(url: "https://github.com/apple/swift-format.git", .upToNextMinor(from: "510.1.0")),
8+
.package(url: "https://github.com/swiftlang/swift-format.git", exact: "510.1.0"),
99
]
1010
)

0 commit comments

Comments
 (0)