Skip to content

Commit 1c01173

Browse files
committed
update logging dep
1 parent 6ad2092 commit 1c01173

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// Generated automatically by Perfect Assistant Application
2-
// Date: 2016-12-08 17:47:11 +0000
2+
// Date: 2017-01-13 19:06:51 +0000
33
import PackageDescription
44
let package = Package(
55
name: "PerfectTurnstileMySQLDemo",
66
targets: [],
77
dependencies: [
88
.Package(url: "https://github.com/PerfectlySoft/Perfect-Turnstile-MySQL.git", majorVersion: 1, minor: 0),
9-
.Package(url: "https://github.com/PerfectlySoft/Perfect-RequestLogger.git", majorVersion: 0, minor: 5),
9+
.Package(url: "https://github.com/PerfectlySoft/Perfect-RequestLogger.git", majorVersion: 1, minor: 0),
1010
]
11-
)
11+
)

0 commit comments

Comments
 (0)