Skip to content

Commit

Permalink
Unpin snapshot testing
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Jul 3, 2023
1 parent 4297907 commit 7cc52c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-snapshot-testing.git",
"state" : {
"revision" : "dc46eeb3928a75390651fac6c1ef7f93ad59a73b"
"revision" : "dc46eeb3928a75390651fac6c1ef7f93ad59a73b",
"version" : "1.11.1"
}
},
{
Expand Down
4 changes: 1 addition & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import PackageDescription

#warning("see FIXME below")
let package = Package(
name: "SPI-Server",
platforms: [
Expand All @@ -35,8 +34,7 @@ let package = Package(
.package(url: "https://github.com/dankinsoid/VaporToOpenAPI.git", from: "4.0.0"),
.package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "0.10.0"),
.package(url: "https://github.com/pointfreeco/swift-parsing.git", from: "0.12.0"),
// FIXME: change this back to a release once Xcode 15 support has been tagged
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", revision: "dc46eeb3928a75390651fac6c1ef7f93ad59a73b"),
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.11.1"),
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.3.2"),
.package(url: "https://github.com/vapor/fluent-postgres-driver.git", from: "2.0.0"),
.package(url: "https://github.com/vapor/fluent.git", from: "4.0.0"),
Expand Down

0 comments on commit 7cc52c0

Please sign in to comment.