Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit 3611405

Browse files
committed
rc.2 updates
1 parent 331d44d commit 3611405

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
],
99
dependencies: [
1010
// 🌎 Utility package containing tools for byte manipulation, Codable, OS APIs, and debugging.
11-
.package(url: "https://github.com/vapor/core.git", .branch("master")),
11+
.package(url: "https://github.com/vapor/core.git", from: "3.0.0-rc.2"),
1212
],
1313
targets: [
1414
// Validation

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- run:
3333
name: Clone Vapor
34-
command: git clone -b nio https://github.com/vapor/vapor.git
34+
command: git clone -b master https://github.com/vapor/vapor.git
3535
working_directory: ~/
3636
- run:
3737
name: Switch Vapor to this Validation revision

0 commit comments

Comments
 (0)