Skip to content

Commit

Permalink
Merge pull request #58 from vapor/fluentkit-dependency-version
Browse files Browse the repository at this point in the history
Removed '.' from FluentKit Dependency Version Identifier
  • Loading branch information
calebkleveter authored May 18, 2020
2 parents f4933c5 + 4ae4a22 commit 549d5a5
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 @@ -10,7 +10,7 @@ let package = Package(
.library(name: "FluentSQLiteDriver", targets: ["FluentSQLiteDriver"]),
],
dependencies: [
.package(url: "https://github.com/vapor/fluent-kit.git", .from: "1.0.0-rc.1"),
.package(url: "https://github.com/vapor/fluent-kit.git", from: "1.0.0-rc.1"),
.package(url: "https://github.com/vapor/sqlite-kit.git", from: "4.0.0-rc.1"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
],
Expand Down

0 comments on commit 549d5a5

Please sign in to comment.