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

Commit

Permalink
rc.2 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Mar 21, 2018
1 parent 331d44d commit 3611405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
],
dependencies: [
// 🌎 Utility package containing tools for byte manipulation, Codable, OS APIs, and debugging.
.package(url: "https://github.com/vapor/core.git", .branch("master")),
.package(url: "https://github.com/vapor/core.git", from: "3.0.0-rc.2"),
],
targets: [
// Validation
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- run:
name: Clone Vapor
command: git clone -b nio https://github.com/vapor/vapor.git
command: git clone -b master https://github.com/vapor/vapor.git
working_directory: ~/
- run:
name: Switch Vapor to this Validation revision
Expand Down

0 comments on commit 3611405

Please sign in to comment.