We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab49fc commit bcfd62dCopy full SHA for bcfd62d
Package.swift
@@ -15,7 +15,7 @@ let package = Package(
15
// Dependencies declare other packages that this package depends on.
16
// .package(url: /* package url */, from: "1.0.0"),
17
.package(url: "https://github.com/0xLeif/Observation", from: "0.0.2"),
18
- .package(url: "https://github.com/0xLeif/DataObject", from: "0.2.1")
+ .package(url: "https://github.com/0xLet/DataObject.git", from: "1.0.0"),
19
],
20
targets: [
21
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
0 commit comments