Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
123FLO321 committed Apr 16, 2019
1 parent fbb2d22 commit 4687bfe
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 @@ -6,7 +6,7 @@ let package = Package(
name: "PerfectSessionMySQL",
products: [],
dependencies: [
.package(url: "https://github.com/123FLO321/Perfect-Session.git", exactly: "3.1.6"),
.package(url: "https://github.com/123FLO321/Perfect-MySQL.git", exactly: "3.2.2")
.package(url: "https://github.com/123FLO321/Perfect-Session.git", .exact("3.1.6")),
.package(url: "https://github.com/123FLO321/Perfect-MySQL.git", .exact("3.2.2"))
]
)

0 comments on commit 4687bfe

Please sign in to comment.