Skip to content

Commit

Permalink
Use exact version with updated org
Browse files Browse the repository at this point in the history
  • Loading branch information
rasberik committed Nov 26, 2024
1 parent 46f3ab4 commit 3dbb137
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "63bdadfae7b060e798d4a8f3c35ae7fe7da636dfe80f618a235683e5f51e91a7",
"originHash" : "49d24ece49d7491e223d2db9c9de55a04e033203d984a1aef05c176f2baee5a8",
"pins" : [
{
"identity" : "swift-argument-parser",
Expand All @@ -13,7 +13,7 @@
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"location" : "https://github.com/swiftlang/swift-syntax.git",
"state" : {
"revision" : "2bc86522d115234d1f588efe2bcb4ce4be8f8b82",
"version" : "510.0.3"
Expand All @@ -22,7 +22,7 @@
{
"identity" : "swift-tools-support-core",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-tools-support-core.git",
"location" : "https://github.com/swiftlang/swift-tools-support-core.git",
"state" : {
"revision" : "5b130e04cc939373c4713b91704b0c47ceb36170",
"version" : "0.7.1"
Expand Down
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.5.0")),
.package(url: "https://github.com/apple/swift-syntax.git", .upToNextMinor(from: "510.0.3")),
.package(url: "https://github.com/apple/swift-tools-support-core.git", from: "0.7.1"),
.package(url: "https://github.com/jpsim/Yams.git", from: "5.1.3")
.package(url: "https://github.com/apple/swift-argument-parser.git", exact: "1.5.0"),
.package(url: "https://github.com/swiftlang/swift-syntax.git", exact: "510.0.3"),
.package(url: "https://github.com/swiftlang/swift-tools-support-core.git", exact: "0.7.1"),
.package(url: "https://github.com/jpsim/Yams.git", exact: "5.1.3")
],
targets: [
.executableTarget(
Expand Down
4 changes: 2 additions & 2 deletions Tools/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "7bed6f5b25d8dd120c850e0157a5c045a3ace3b0e4e456481daa07ee470368b0",
"originHash" : "7b87ceb41a0f3350b9201125895daf78c4f6a14bddd14dbaba4001f12762f213",
"pins" : [
{
"identity" : "swift-argument-parser",
Expand All @@ -22,7 +22,7 @@
{
"identity" : "swift-format",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-format.git",
"location" : "https://github.com/swiftlang/swift-format.git",
"state" : {
"revision" : "7996ac678197d293f6c088a1e74bb778b4e10139",
"version" : "510.1.0"
Expand Down
2 changes: 1 addition & 1 deletion Tools/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import PackageDescription
let package = Package(
name: "Tools",
dependencies: [
.package(url: "https://github.com/apple/swift-format.git", .upToNextMinor(from: "510.1.0")),
.package(url: "https://github.com/swiftlang/swift-format.git", exact: "510.1.0"),
]
)

0 comments on commit 3dbb137

Please sign in to comment.