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 Dec 4, 2023
1 parent 2fea28c commit 336e3f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Danger/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/realm/SwiftLint", from: "0.53.0"),
.package(url: "https://github.com/realm/SwiftLint", from: "0.54.0"),
// Danger
.package(name: "danger-swift", url: "https://github.com/danger/swift.git", from: "3.18.0"),
// Danger Plugins
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.0"),
],
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 336e3f4

Please sign in to comment.