Add database change notification
This commit is contained in:
@@ -16,8 +16,8 @@ let package = Package(
|
||||
)
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/angd-dev/data-lite-core.git", from: "1.0.0"),
|
||||
.package(url: "https://github.com/angd-dev/data-lite-coder.git", from: "1.0.0"),
|
||||
.package(url: "https://github.com/angd-dev/data-lite-core.git", .upToNextMinor(from: "1.1.0")),
|
||||
.package(url: "https://github.com/angd-dev/data-lite-coder.git", .upToNextMinor(from: "1.0.0")),
|
||||
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
|
||||
],
|
||||
targets: [
|
||||
|
||||
Reference in New Issue
Block a user