Skip to content

Commit

Permalink
updated to 8-24
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Jiang committed Aug 25, 2016
1 parent c2d6092 commit eac3f4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DEVELOPMENT-SNAPSHOT-2016-08-18-a
DEVELOPMENT-SNAPSHOT-2016-08-24-a
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ var package = Package(
dependencies: [.Target(name: "Turnstile")]),
],
dependencies: [
.Package(url: "https://github.com/vapor/engine.git", majorVersion: 0, minor: 5),
.Package(url: "https://github.com/vapor/json.git", majorVersion: 0, minor: 4)
.Package(url: "https://github.com/vapor/engine.git", majorVersion: 0, minor: 6),
.Package(url: "https://github.com/vapor/json.git", majorVersion: 0, minor: 5)
]
)

#if os(Linux)
package.dependencies.append(Package.Dependency.Package(url: "https://github.com/czechboy0/SecretSocks.git", majorVersion: 0, minor: 5))
package.dependencies.append(Package.Dependency.Package(url: "https://github.com/czechboy0/SecretSocks.git", majorVersion: 0, minor: 6))
#endif

0 comments on commit eac3f4a

Please sign in to comment.