Skip to content

Commit 5ae9e31

Browse files
committed
Update deps to latest versions
Let's see whether that works ;-)
1 parent 4e64b18 commit 5ae9e31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ let package = Package(
1616

1717
dependencies: [
1818
.package(url: "https://github.com/DirectToSwift/SwiftUIRules.git",
19-
from: "0.1.3"),
19+
from: "0.2.0"),
2020
.package(url: "https://github.com/ZeeQL/ZeeQL3.git",
21-
from: "0.9.0"),
21+
from: "0.9.4"),
2222
.package(url: "https://github.com/ZeeQL/ZeeQL3Combine.git",
2323
from: "0.1.5")
2424
],

0 commit comments

Comments
 (0)