Skip to content

Commit

Permalink
updated drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
dileping committed Mar 26, 2017
1 parent 8d0dc79 commit dbad29d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
)
],
dependencies: [
.Package(url: "https://github.com/reactive-swift/RDBC.git", majorVersion: 0, minor: 1),
.Package(url: "https://github.com/crossroadlabs/RDBCSQLite.git", majorVersion: 0, minor: 1),
.Package(url: "https://github.com/reactive-swift/RDBC.git", majorVersion: 0, minor: 2),
.Package(url: "https://github.com/crossroadlabs/RDBCSQLite.git", majorVersion: 0, minor: 2),
]
)

0 comments on commit dbad29d

Please sign in to comment.