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 12b3d3a commit 5c4fe11
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: [
.target(name: "CSQLite"),
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 Fluent SQLite
command: git clone -b nio https://github.com/vapor/fluent-sqlite.git
command: git clone -b master https://github.com/vapor/fluent-sqlite.git
working_directory: ~/
- run:
name: Switch Fluent SQLite to this SQLite revision
Expand Down

0 comments on commit 5c4fe11

Please sign in to comment.