Skip to content

Commit

Permalink
Update SwiftKuery to 1.3.0 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
EnriqueL8 authored and djones6 committed Apr 20, 2018
1 parent 3326791 commit 337499d
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 @@ -29,7 +29,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/IBM-Swift/CLibpq.git", .upToNextMinor(from: "0.1.0")),
.package(url: "https://github.com/IBM-Swift/Swift-Kuery.git", from: "1.0.0"),
.package(url: "https://github.com/IBM-Swift/Swift-Kuery.git", from: "1.3.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit 337499d

Please sign in to comment.