Skip to content

Commit

Permalink
Merge pull request #3401 from SwiftPackageIndex/dependabot/swift/swif…
Browse files Browse the repository at this point in the history
…t-dependencies-00c4f299cb

Swift: Bump the swift-dependencies group with 2 updates
  • Loading branch information
finestructure authored Sep 23, 2024
2 parents 08fb3dc + cd7a6ce commit 252e3c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -231,17 +231,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/SwiftPackageIndex/SPIManifest.git",
"state" : {
"revision" : "dad0c2f1c386816b4c39c09e75be552ca8d5a798",
"version" : "1.6.0"
"revision" : "7726c6e0b7ac997b0869f37fe864209988707bb5",
"version" : "1.7.0"
}
},
{
"identity" : "sql-kit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/vapor/sql-kit.git",
"state" : {
"revision" : "f697d3289c628acd241e3b2c7d3ff068adcc52d1",
"version" : "3.31.1"
"revision" : "e0b35ff07601465dd9f3af19a1c23083acaae3bd",
"version" : "3.32.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Tests/AppTests/BuildTriggerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class BuildTriggerTests: AppTestCase {
configs:
- documentation_targets: [t0]
""")
XCTAssertEqual(manifest.docPairs, [.init(.macosSpm, .v5_10)])
XCTAssertEqual(manifest.docPairs, [.init(.macosSpm, .v6_0)])
}
do {
let manifest = try SPIManifest.Manifest(yml: """
Expand Down Expand Up @@ -322,7 +322,7 @@ class BuildTriggerTests: AppTestCase {
let expectedPairs = Set(SwiftVersion.allActive.map { BuildPair(.macosSpm, $0) })
XCTAssertEqual(res, [.init(versionId: versionId,
buildPairs: expectedPairs,
docPairs: .init([.init(.macosSpm, .v5_10)]),
docPairs: .init([.init(.macosSpm, .v6_0)]),
reference: .tag(1, 2, 3))!])
}

Expand Down

0 comments on commit 252e3c2

Please sign in to comment.