From b3e2499eba84b8082676194e0bda83b243ea8f62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 04:47:08 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index f45e536..c4281da 100644 --- a/Package.swift +++ b/Package.swift @@ -14,9 +14,9 @@ let package = Package( dependencies: [ // Dependencies declare other packages that this package depends on. // .package(url: /* package url */, from: "1.0.0"), - .package(name: "danger-swift", url: "https://github.com/danger/swift.git", from: "3.0.0"), - .package(name: "DangerSwiftHammer", url: "https://github.com/el-hoshino/DangerSwiftHammer", from: "0.2.0"), - .package(name: "DangerSwiftShoki", url: "https://github.com/yumemi-inc/danger-swift-shoki/", from: "0.2.0"), + .package(name: "danger-swift", url: "https://github.com/danger/swift.git", from: "3.18.0"), + .package(name: "DangerSwiftHammer", url: "https://github.com/el-hoshino/DangerSwiftHammer", from: "0.2.2"), + .package(name: "DangerSwiftShoki", url: "https://github.com/yumemi-inc/danger-swift-shoki/", from: "0.3.0"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.