Skip to content

Commit a923f58

Browse files
chore(deps): update all non-major dependencies
1 parent 2fea28c commit a923f58

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Danger/Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ let package = Package(
1414
),
1515
],
1616
dependencies: [
17-
.package(url: "https://github.com/realm/SwiftLint", from: "0.53.0"),
17+
.package(url: "https://github.com/realm/SwiftLint", from: "0.61.0"),
1818
// Danger
19-
.package(name: "danger-swift", url: "https://github.com/danger/swift.git", from: "3.18.0"),
19+
.package(name: "danger-swift", url: "https://github.com/danger/swift.git", from: "3.22.0"),
2020
// Danger Plugins
21-
.package(name: "DangerSwiftEda", url: "https://github.com/yumemi-inc/danger-swift-eda", from: "0.2.0"),
21+
.package(name: "DangerSwiftEda", url: "https://github.com/yumemi-inc/danger-swift-eda", from: "0.3.0"),
2222
],
2323
targets: [
2424
.target(

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
dependencies: [
1616
// Dependencies declare other packages that this package depends on.
1717
// .package(url: /* package url */, from: "1.0.0"),
18-
.package(url: "https://github.com/danger/swift.git", from: "3.0.0"),
18+
.package(url: "https://github.com/danger/swift.git", from: "3.22.0"),
1919
],
2020
targets: [
2121
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)