Skip to content

Commit 0bf3487

Browse files
authored
Merge pull request #47 from qutheory/open-swift-9
open swift 0.9
2 parents 778a32b + 02d0bd4 commit 0bf3487

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ let package = Package(
44
name: "Fluent",
55
dependencies: [
66
//Standards package. Contains protocols for cross-project compatability.
7-
.Package(url: "https://github.com/open-swift/C7.git", majorVersion: 0, minor: 8),
7+
.Package(url: "https://github.com/open-swift/C7.git", majorVersion: 0, minor: 9),
88

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

0 commit comments

Comments
 (0)