diff --git a/Package.swift b/Package.swift index 585894e..ce286bf 100644 --- a/Package.swift +++ b/Package.swift @@ -13,8 +13,8 @@ let package = Package( targets: ["DangerSwiftKantoku"]), ], dependencies: [ - .package(url: "https://github.com/danger/swift", from: "3.0.0"), - .package(url: "https://github.com/davidahouse/XCResultKit", from: "1.0.0"), + .package(url: "https://github.com/danger/swift", from: "3.20.1"), + .package(url: "https://github.com/davidahouse/XCResultKit", from: "1.2.1"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.