diff --git a/Danger/Package.swift b/Danger/Package.swift index 8ab94df..b4c13b7 100644 --- a/Danger/Package.swift +++ b/Danger/Package.swift @@ -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 diff --git a/Package.swift b/Package.swift index 0458d5f..9840a8a 100644 --- a/Package.swift +++ b/Package.swift @@ -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.