Skip to content

Commit 5db4406

Browse files
authored
Use stable SwiftLintPlugins version (#3)
2 parents 8367c7f + 21512fc commit 5db4406

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
)
1616
],
1717
dependencies: [
18-
.package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", branch: "main")
18+
.package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", from: "0.59.1")
1919
],
2020
targets: [
2121
.target(

0 commit comments

Comments
 (0)