diff --git a/Package.swift b/Package.swift index 6fe96a2..d95a70f 100644 --- a/Package.swift +++ b/Package.swift @@ -15,7 +15,7 @@ let package = Package( // Dependencies declare other packages that this package depends on. // .package(url: /* package url */, from: "1.0.0"), .package(url: "https://github.com/0xLeif/Observation", from: "0.0.2"), - .package(url: "https://github.com/0xLeif/DataObject", from: "0.2.1") + .package(url: "https://github.com/0xLet/DataObject.git", from: "1.0.0"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.