Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriyvan committed Aug 24, 2024
1 parent c2c11b1 commit 3200dc6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
17 changes: 9 additions & 8 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"originHash" : "cc60f9ecd25cd88390a211b68db83a96e286261e61f2a1e8a420dde074b86ffd",
"pins" : [
{
"identity" : "collectionconcurrencykit",
Expand Down Expand Up @@ -86,26 +87,26 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-snapshot-testing.git",
"state" : {
"revision" : "c097f955b4e724690f0fc8ffb7a6d4b881c9c4e3",
"version" : "1.17.2"
"revision" : "6d932a79e7173b275b96c600c86c603cf84f153c",
"version" : "1.17.4"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax",
"location" : "https://github.com/swiftlang/swift-syntax.git",
"state" : {
"revision" : "303e5c5c36d6a558407d364878df131c3546fad8",
"version" : "510.0.2"
"revision" : "515f79b522918f83483068d99c68daeb5116342d",
"version" : "600.0.0-prerelease-2024-08-14"
}
},
{
"identity" : "swiftlint",
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/SwiftLint.git",
"state" : {
"revision" : "b515723b16eba33f15c4677ee65f3fef2ce8c255",
"version" : "0.55.1"
"revision" : "a24488f26e60247d8fff7bbb03d51910af3dc91c",
"version" : "0.56.2"
}
},
{
Expand Down Expand Up @@ -136,5 +137,5 @@
}
}
],
"version" : 2
"version" : 3
}
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import PackageDescription
var dependencies: [Package.Dependency] = [
.package(url: "https://github.com/tayloraswift/swift-png.git", from: "4.4.4"),
.package(url: "https://github.com/tayloraswift/jpeg.git", from: "1.1.0"),
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.17.2"),
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.17.4"),
.package(url: "https://github.com/apple/swift-algorithms.git", from: "1.2.0"),
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.0"),
.package(url: "https://github.com/realm/SwiftLint.git", from: "0.55.1")
.package(url: "https://github.com/realm/SwiftLint.git", from: "0.56.2")
]

#if os(macOS)
Expand Down

0 comments on commit 3200dc6

Please sign in to comment.