Skip to content

Commit bcfd62d

Browse files
author
Zach Eriksen
committed
Updated DataObject to 1.0.0
1 parent aab49fc commit bcfd62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
// Dependencies declare other packages that this package depends on.
1616
// .package(url: /* package url */, from: "1.0.0"),
1717
.package(url: "https://github.com/0xLeif/Observation", from: "0.0.2"),
18-
.package(url: "https://github.com/0xLeif/DataObject", from: "0.2.1")
18+
.package(url: "https://github.com/0xLet/DataObject.git", from: "1.0.0"),
1919
],
2020
targets: [
2121
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)