Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Updated dependency graph
Browse files Browse the repository at this point in the history
  • Loading branch information
anquii committed Dec 14, 2023
1 parent f589837 commit b8be7ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/anquii/BIP39.git",
"state" : {
"revision" : "abbe0ac968e293b143a17eb431185eb613b06de7",
"version" : "2.0.0"
"revision" : "49708d144984128c6bf4cce58ecb85b8de6fbca5",
"version" : "2.1.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/anquii/BIP39.git",
"state" : {
"revision" : "c7593edc4c5fe93cdd25fc527bdb185af1b396e7",
"version" : "2.0.1"
"revision" : "49708d144984128c6bf4cce58ecb85b8de6fbca5",
"version" : "2.1.0"
}
},
{
Expand Down
20 changes: 4 additions & 16 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,13 @@ let package = Package(
.iOS("16.1")
],
products: [
.library(
name: "BIP39UserFlow",
targets: ["BIP39UserFlow"]
)
.library(name: "BIP39UserFlow", targets: ["BIP39UserFlow"])
],
dependencies: [
.package(
url: "https://github.com/anquii/BIP39.git",
exact: "2.0.1"
)
.package(url: "https://github.com/anquii/BIP39.git", exact: "2.1.0")
],
targets: [
.target(
name: "BIP39UserFlow",
dependencies: ["BIP39"]
),
.testTarget(
name: "BIP39UserFlowTests",
dependencies: ["BIP39UserFlow"]
)
.target(name: "BIP39UserFlow", dependencies: ["BIP39"]),
.testTarget(name: "BIP39UserFlowTests", dependencies: ["BIP39UserFlow"])
]
)

0 comments on commit b8be7ba

Please sign in to comment.