Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLucasMarcal authored Jun 23, 2023
1 parent 9b7c3dd commit b08bd8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ let packageDependencies: [Package.Dependency] = [
from: "0.0.1"
),
.package(
url: "https://github.com/apple/swift-nio-transport-services.git",
from: "1.15.0"
url: "https://github.com/lucasmarcal-faire/swift-nio-transport-services.git",
from: "0.0.1"
),
.package(
url: "https://github.com/apple/swift-nio-extras.git",
from: "1.4.0"
url: "https://github.com/lucasmarcal-faire/swift-nio-extras.git",
from: "0.0.1"
),
.package(
url: "https://github.com/apple/swift-protobuf.git",
Expand Down

0 comments on commit b08bd8a

Please sign in to comment.