Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Commit

Permalink
revert nio version
Browse files Browse the repository at this point in the history
  • Loading branch information
tib committed Dec 1, 2020
1 parent 322fa7a commit d3c825f
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 @@ -10,7 +10,7 @@ let package = Package(
.library(name: "LiquidKit", targets: ["LiquidKit"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-nio.git", from: "2.25.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.23.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.0"),
],
targets: [
Expand Down

0 comments on commit d3c825f

Please sign in to comment.