Skip to content

Commit

Permalink
Merge pull request #33 from vapor/alpha-2
Browse files Browse the repository at this point in the history
alpha 2
  • Loading branch information
tanner0101 authored Aug 1, 2019
2 parents 074b34f + 594e4c6 commit f3f3c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
.library(name: "FluentSQLiteDriver", targets: ["FluentSQLiteDriver"]),
],
dependencies: [
.package(url: "https://github.com/vapor/fluent-kit.git", .branch("master")),
.package(url: "https://github.com/vapor/fluent-kit.git", from: "1.0.0-alpha.2"),
.package(url: "https://github.com/vapor/sqlite-kit.git", from: "4.0.0-alpha"),
],
targets: [
Expand Down

0 comments on commit f3f3c92

Please sign in to comment.