diff --git a/Package.swift b/Package.swift index 94b214d..3113328 100644 --- a/Package.swift +++ b/Package.swift @@ -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"), diff --git a/circle.yml b/circle.yml index 95f16a9..ff55da4 100644 --- a/circle.yml +++ b/circle.yml @@ -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