Back to main Bodega
This commit is contained in:
parent
aaeb9eaa36
commit
513c686b64
|
@ -3,10 +3,10 @@
|
|||
{
|
||||
"identity" : "bodega",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/Dimillian/Bodega",
|
||||
"location" : "https://github.com/mergesort/Bodega",
|
||||
"state" : {
|
||||
"branch" : "main",
|
||||
"revision" : "a144ed8afdd760b65b6b9a136ba8bb75cd19387e"
|
||||
"revision" : "bfd8871e9c2590d31b200e54c75428a71483afdf",
|
||||
"version" : "2.1.3"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -23,7 +23,7 @@ let package = Package(
|
|||
.package(name: "StatusKit", path: "../StatusKit"),
|
||||
.package(name: "DesignSystem", path: "../DesignSystem"),
|
||||
.package(url: "https://github.com/siteline/swiftui-introspect", exact: "1.2.0"),
|
||||
.package(url: "https://github.com/Dimillian/Bodega", branch: "main"),
|
||||
.package(url: "https://github.com/mergesort/Bodega", exact: "2.1.3"),
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
|
|
Loading…
Reference in New Issue