Skip to content

Commit f658ca1

Browse files
author
Mike Pollard
committed
Update Runtime to swift5
1 parent 86ddb43 commit f658ca1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Package.resolved

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:4.0
1+
// swift-tools-version:5.0
22
import PackageDescription
33

44
let package = Package(
@@ -9,7 +9,7 @@ let package = Package(
99
],
1010

1111
dependencies: [
12-
.package(url: "https://github.com/wickwirew/Runtime.git", from: "1.1.0"),
12+
.package(url: "https://github.com/wickwirew/Runtime.git", from: "2.0.0"),
1313

1414
// ⏱ Promises and reactive-streams in Swift built for high-performance and scalability.
1515
.package(url: "https://github.com/vapor/core.git", from: "3.0.0"),

0 commit comments

Comments
 (0)