Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoSax committed May 18, 2021
1 parent 143d061 commit f368784
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 35 deletions.
39 changes: 6 additions & 33 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
{
"object": {
"pins": [
{
"package": "Socket",
"repositoryURL": "https://github.com/OperatorFoundation/BlueSocket",
"state": {
"branch": null,
"revision": "90212ea8b66787c2d51d03527a04748ba6ee7679",
"version": "1.1.0"
}
},
{
"package": "Datable",
"repositoryURL": "https://github.com/OperatorFoundation/Datable.git",
Expand Down Expand Up @@ -42,26 +33,17 @@
"repositoryURL": "https://github.com/OperatorFoundation/Monolith.git",
"state": {
"branch": null,
"revision": "b2724b4814a9ce89935ac7d8aebd92c88c3c0f8c",
"version": "1.0.0"
}
},
{
"package": "NetworkLinux",
"repositoryURL": "https://github.com/OperatorFoundation/NetworkLinux.git",
"state": {
"branch": null,
"revision": "cd6e552b4ce421a79cffce265c7496e8d7933f37",
"version": "0.2.4"
"revision": "e351a3d46a43e426783c003ba521ca2edde7f710",
"version": "1.0.1"
}
},
{
"package": "Song",
"repositoryURL": "https://github.com/OperatorFoundation/Song.git",
"state": {
"branch": null,
"revision": "f43f984b91b2e993a8d50c8b581c4526aa0707ea",
"version": "0.1.1"
"revision": "ac3cabb2fd470091364706bb197c4de6295a05e6",
"version": "0.1.4"
}
},
{
Expand Down Expand Up @@ -91,15 +73,6 @@
"version": "1.4.0"
}
},
{
"package": "SwiftHexTools",
"repositoryURL": "https://github.com/OperatorFoundation/SwiftHexTools",
"state": {
"branch": null,
"revision": "4ce4a4f66eea05c900d447af8c07ecaac720716c",
"version": "1.2.2"
}
},
{
"package": "SwiftQueue",
"repositoryURL": "https://github.com/OperatorFoundation/SwiftQueue.git",
Expand All @@ -114,8 +87,8 @@
"repositoryURL": "https://github.com/OperatorFoundation/Transport.git",
"state": {
"branch": null,
"revision": "589b4027f565680245e868d4feabeffc66e352c1",
"version": "2.2.3"
"revision": "b5ac00eac45a2e57923540c1fd80c734fe160ffe",
"version": "2.3.5"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ let package = Package(
.package(url: "https://github.com/OperatorFoundation/KeychainLinux.git", from: "0.1.1"),
.package(url: "https://github.com/OperatorFoundation/Song.git", from: "0.1.1"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.0"),
.package(url: "https://github.com/OperatorFoundation/Monolith.git", from: "1.0.0"),
.package(url: "https://github.com/OperatorFoundation/Monolith.git", from: "1.0.1"),
.package(url: "https://github.com/OperatorFoundation/Datable.git", from: "3.0.3"),
.package(url: "https://github.com/OperatorFoundation/Transport.git", from: "2.2.0"),
.package(url: "https://github.com/OperatorFoundation/Transport.git", from: "2.3.5"),
.package(url: "https://github.com/OperatorFoundation/SwiftQueue.git", from: "0.0.3")
],
targets: [
Expand Down

0 comments on commit f368784

Please sign in to comment.