Skip to content

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 7feb0b2 commit 2fc1d4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Expand Up @@ -8,10 +8,10 @@ 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"),

// 📦 Dependency injection / inversion of control framework.
.package(url: "https://github.com/vapor/service.git", .branch("master")),
.package(url: "https://github.com/vapor/service.git", from: "1.0.0-rc.2"),
],
targets: [
.target(name: "Routing", dependencies: ["Bits", "Debugging", "Service"]),
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
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 Routing revision
Expand Down

0 comments on commit 2fc1d4d

Please sign in to comment.