Skip to content

Commit

Permalink
Merge pull request #17 from vapor/sqlite-memory
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
loganwright authored Feb 21, 2017
2 parents 6326f41 + 315b008 commit a36457d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 76 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PackageDescription
let package = Package(
name: "FluentSQLite",
dependencies: [
.Package(url: "https://github.com/vapor/sqlite.git", Version(0,0,0)),
.Package(url: "https://github.com/vapor/sqlite.git", Version(2,0,0, prereleaseIdentifiers: ["alpha"])),
.Package(url: "https://github.com/vapor/fluent.git", Version(2,0,0, prereleaseIdentifiers: ["alpha"])),
]
)
42 changes: 0 additions & 42 deletions Tests/FluentSQLiteTests/Utilities/Atom.swift

This file was deleted.

33 changes: 0 additions & 33 deletions Tests/FluentSQLiteTests/Utilities/Compound.swift

This file was deleted.

0 comments on commit a36457d

Please sign in to comment.