Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 23, 2024
1 parent 2fea28c commit 08c644f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Danger/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/realm/SwiftLint", from: "0.53.0"),
.package(url: "https://github.com/realm/SwiftLint", from: "0.56.2"),
// Danger
.package(name: "danger-swift", url: "https://github.com/danger/swift.git", from: "3.18.0"),
.package(name: "danger-swift", url: "https://github.com/danger/swift.git", from: "3.18.1"),
// Danger Plugins
.package(name: "DangerSwiftEda", url: "https://github.com/yumemi-inc/danger-swift-eda", from: "0.2.0"),
.package(name: "DangerSwiftEda", url: "https://github.com/yumemi-inc/danger-swift-eda", from: "0.3.0"),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/danger/swift.git", from: "3.0.0"),
.package(url: "https://github.com/danger/swift.git", from: "3.18.1"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 08c644f

Please sign in to comment.