Skip to content

Commit

Permalink
Fix Build for Swift 5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
divadretlaw committed Sep 3, 2024
1 parent aab6018 commit 0f66586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/divadretlaw/WindowKit", from: "2.5.0")
.package(url: "https://github.com/divadretlaw/WindowKit", from: "2.5.1")
],
targets: [
.target(name: "CustomAlert", dependencies: ["WindowKit"])
Expand Down

0 comments on commit 0f66586

Please sign in to comment.