Skip to content

Commit

Permalink
Use stable version of SwiftLint
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriyvan committed May 14, 2024
1 parent 5080559 commit 2f3b34c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/jpsim/SourceKitten.git",
"state" : {
"revision" : "b6dc09ee51dfb0c66e042d2328c017483a1a5d56",
"version" : "0.34.1"
"revision" : "fd4df99170f5e9d7cf9aa8312aa8506e0e7a44e7",
"version" : "0.35.0"
}
},
{
Expand All @@ -50,8 +50,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-argument-parser.git",
"state" : {
"revision" : "8f4d2753f0e4778c76d5f05ad16c74f707390531",
"version" : "1.2.3"
"revision" : "46989693916f56d1186bd59ac15124caef896560",
"version" : "1.3.1"
}
},
{
Expand All @@ -77,8 +77,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/tayloraswift/swift-png.git",
"state" : {
"revision" : "4553010a4d293831627c15635fecabc788b9bebc",
"version" : "4.4.1"
"revision" : "14a720bfcf1b0660dc63979d55d218babc8d651f",
"version" : "4.4.2"
}
},
{
Expand All @@ -95,17 +95,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax",
"state" : {
"revision" : "08a2f0a9a30e0f705f79c9cfaca1f68b71bdc775",
"version" : "510.0.0"
"revision" : "303e5c5c36d6a558407d364878df131c3546fad8",
"version" : "510.0.2"
}
},
{
"identity" : "swiftlint",
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/SwiftLint.git",
"state" : {
"branch" : "main",
"revision" : "108b1fca7a9445c12a92a83fdd9945ae03309f5d"
"revision" : "460d88c036163ee2f7cb5e32c180d9143ac332ae",
"version" : "0.55.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var dependencies: [Package.Dependency] = [
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.13.0"),
.package(url: "https://github.com/apple/swift-algorithms.git", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.1.4"),
.package(url: "https://github.com/realm/SwiftLint.git", branch: "main")
.package(url: "https://github.com/realm/SwiftLint.git", from: "0.55.0")
]

#if os(macOS)
Expand Down

0 comments on commit 2f3b34c

Please sign in to comment.