Skip to content

Commit

Permalink
Upgrade SwiftLintPlugin to 0.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriyvan committed Apr 20, 2024
1 parent 085a912 commit 29c1b6a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
"revision" : "fa8f95c2d536d6620cc2f504ebe8a6167c9fc2dd",
"version" : "510.0.1"
}
},
{
"identity" : "swiftlintplugin",
"kind" : "remoteSourceControl",
"location" : "https://github.com/lukepistrol/SwiftLintPlugin.git",
"state" : {
"revision" : "ea6d3ca895b49910f790e98e4b4ca658e0fe490e",
"version" : "0.54.0"
}
}
],
"version" : 2
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var dependencies: [Package.Dependency] = [
]

#if !os(Linux) && !os(Windows)
dependencies.append(.package(url: "https://github.com/lukepistrol/SwiftLintPlugin.git", from: "0.0.4"))
dependencies.append(.package(url: "https://github.com/lukepistrol/SwiftLintPlugin.git", from: "0.54.0"))
let plugins: [Target.PluginUsage]? = [.plugin(name: "SwiftLint", package: "SwiftLintPlugin")]
#else
let plugins: [Target.PluginUsage]? = nil
Expand Down

0 comments on commit 29c1b6a

Please sign in to comment.