diff --git a/Package.swift b/Package.swift index aff50c6..e0e1599 100644 --- a/Package.swift +++ b/Package.swift @@ -10,7 +10,7 @@ let package = Package( .executable(name: "Tintpad", targets: ["Tintpad"]) ], dependencies: [ - .package(url: "https://github.com/sindresorhus/KeyboardShortcuts", from: "2.0.0"), + .package(url: "https://github.com/sindresorhus/KeyboardShortcuts", from: "3.0.1"), .package(url: "https://github.com/sparkle-project/Sparkle", from: "2.6.0") ], targets: [