Skip to content

Commit 02d0bd4

Browse files
committed
update open swift 0.9
1 parent 778a32b commit 02d0bd4

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)