We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e64b18 commit 5ae9e31Copy full SHA for 5ae9e31
Package.swift
@@ -16,9 +16,9 @@ let package = Package(
16
17
dependencies: [
18
.package(url: "https://github.com/DirectToSwift/SwiftUIRules.git",
19
- from: "0.1.3"),
+ from: "0.2.0"),
20
.package(url: "https://github.com/ZeeQL/ZeeQL3.git",
21
- from: "0.9.0"),
+ from: "0.9.4"),
22
.package(url: "https://github.com/ZeeQL/ZeeQL3Combine.git",
23
from: "0.1.5")
24
],
0 commit comments