Skip to content

Commit

Permalink
Refresh Package.resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
radeknovis committed Oct 20, 2023
1 parent 18149c4 commit a3a4cfa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ fastlane/test_output

iOSInjectionProject/

ExampleApp/Web3Modal/Sources/WCModal/Secrets/secrets.json

DerivedDataCache/

test_results/
Expand Down
13 changes: 11 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-snapshot-testing",
"state" : {
"revision" : "dc46eeb3928a75390651fac6c1ef7f93ad59a73b",
"version" : "1.11.1"
"revision" : "bb0ea08db8e73324fe6c3727f755ca41a23ff2f4",
"version" : "1.14.2"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"state" : {
"revision" : "74203046135342e4a4a627476dd6caf8b28fe11b",
"version" : "509.0.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ let package = Package(
.package(url: "https://github.com/WalletConnect/QRCode", from: "14.3.1"),
.package(
url: "https://github.com/pointfreeco/swift-snapshot-testing",
from: "1.10.0"
from: "1.14.2"
)
],
targets: [
Expand Down

0 comments on commit a3a4cfa

Please sign in to comment.