Skip to content

Commit

Permalink
build: update didcore dependency to http since didcore is public
Browse files Browse the repository at this point in the history
  • Loading branch information
beatt83 committed Oct 12, 2023
1 parent d796605 commit 93419a5
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 @@ -13,7 +13,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/swift-libp2p/swift-multibase.git", .upToNextMajor(from: "0.0.1")),
.package(url: "https://github.com/swift-libp2p/swift-bases.git", .upToNextMajor(from: "0.0.3")),
.package(url: "git@github.com:beatt83/didcore-swift.git", .upToNextMinor(from: "1.0.0"))
.package(url: "https://github.com/beatt83/didcore-swift.git", .upToNextMinor(from: "1.0.1"))
],
targets: [
.target(
Expand Down

0 comments on commit 93419a5

Please sign in to comment.