From 82e8b6799818253509af5d9760de76eab1c9edc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 17:14:40 +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..e70aeac 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.1"), + .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.