Skip to content

Commit

Permalink
09-06 update
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Sep 8, 2016
1 parent 76ea713 commit 73254ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DEVELOPMENT-SNAPSHOT-2016-08-18-a
DEVELOPMENT-SNAPSHOT-2016-09-06-a
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ let package = Package(
name: "SQLite",
dependencies: [
.Package(url: "https://github.com/vapor/csqlite.git", majorVersion: 0, minor: 1),
.Package(url: "https://github.com/vapor/core.git", majorVersion: 0),
.Package(url: "https://github.com/vapor/core.git", majorVersion: 0, minor: 5),
]
)

0 comments on commit 73254ff

Please sign in to comment.