Skip to content

Commit

Permalink
Remove deprecated ProcessService dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
FastestMolasses committed Jan 27, 2024
1 parent e8ba847 commit bd82cde
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
18 changes: 0 additions & 18 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,6 @@
"version" : "0.4.2"
}
},
{
"identity" : "processenv",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ChimeHQ/ProcessEnv",
"state" : {
"revision" : "29487b6581bb785c372c611c943541ef4309d051",
"version" : "0.3.1"
}
},
{
"identity" : "processservice",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ChimeHQ/ProcessService",
"state" : {
"revision" : "369fb0379983d3b43c7d7ad62c4e91ee020e347c",
"version" : "0.2.6"
}
},
{
"identity" : "swiftlintplugin",
"kind" : "remoteSourceControl",
Expand Down
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/ChimeHQ/ConcurrencyPlus", from: "0.4.1"),
.package(url: "https://github.com/ChimeHQ/ProcessService", from: "0.2.6"),
.package(
url: "https://github.com/lukepistrol/SwiftLintPlugin",
from: "0.2.2"
Expand All @@ -28,7 +27,7 @@ let package = Package(
targets: [
.target(
name: "CodeEditKit",
dependencies: ["AnyCodable", "ConcurrencyPlus", .product(name: "ProcessServiceClient", package: "ProcessService")],
dependencies: ["AnyCodable", "ConcurrencyPlus"],
plugins: [.plugin(name: "SwiftLint", package: "SwiftLintPlugin")]
),
.testTarget(
Expand Down

0 comments on commit bd82cde

Please sign in to comment.