Skip to content

Commit

Permalink
Merge pull request #47 from qutheory/open-swift-9
Browse files Browse the repository at this point in the history
open swift 0.9
  • Loading branch information
tanner0101 authored Jun 10, 2016
2 parents 778a32b + 02d0bd4 commit 0bf3487
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 @@ -4,9 +4,9 @@ let package = Package(
name: "Fluent",
dependencies: [
//Standards package. Contains protocols for cross-project compatability.
.Package(url: "https://github.com/open-swift/C7.git", majorVersion: 0, minor: 8),
.Package(url: "https://github.com/open-swift/C7.git", majorVersion: 0, minor: 9),

// Syntax for easily accessing values from generic data.
.Package(url: "https://github.com/qutheory/polymorphic.git", majorVersion: 0, minor: 1)
.Package(url: "https://github.com/qutheory/polymorphic.git", majorVersion: 0, minor: 2)
]
)

0 comments on commit 0bf3487

Please sign in to comment.