Skip to content

Commit

Permalink
build: replace apple/swift-testing with swiftlang/swift-testing
Browse files Browse the repository at this point in the history
apple/swift-testing has moved to swiftlang/swift-testing.
  • Loading branch information
kkebo committed Aug 20, 2024
1 parent 2cb7159 commit f1ff654
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "dea82dd84b6d7c0af72872a06f651e756386b0398cfbba35d5ce7ee312317d8a",
"originHash" : "5c70cd17d0c622b20fe0f1766efe658af784185a5a532eb803aaa9860486e179",
"pins" : [
{
"identity" : "swift-syntax",
Expand All @@ -13,7 +13,7 @@
{
"identity" : "swift-testing",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-testing",
"location" : "https://github.com/swiftlang/swift-testing",
"state" : {
"revision" : "c55848b2aa4b29a4df542b235dfdd792a6fbe341",
"version" : "0.12.0"
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/apple/swift-testing", from: "0.10.0")
.package(url: "https://github.com/swiftlang/swift-testing", from: "0.10.0")
],
targets: [
.target(
Expand Down

0 comments on commit f1ff654

Please sign in to comment.