Skip to content

Commit

Permalink
Updated DataObject to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Eriksen committed Jun 18, 2021
1 parent aab49fc commit bcfd62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bcfd62d

Please sign in to comment.