Skip to content

Commit 549d5a5

Browse files
Merge pull request #58 from vapor/fluentkit-dependency-version
Removed '.' from FluentKit Dependency Version Identifier
2 parents f4933c5 + 4ae4a22 commit 549d5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
.library(name: "FluentSQLiteDriver", targets: ["FluentSQLiteDriver"]),
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/vapor/fluent-kit.git", .from: "1.0.0-rc.1"),
13+
.package(url: "https://github.com/vapor/fluent-kit.git", from: "1.0.0-rc.1"),
1414
.package(url: "https://github.com/vapor/sqlite-kit.git", from: "4.0.0-rc.1"),
1515
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
1616
],

0 commit comments

Comments
 (0)