Skip to content

Commit

Permalink
Update to 06-20 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Danappelxx committed Jul 11, 2016
1 parent b0bb071 commit 6bf4a1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DEVELOPMENT-SNAPSHOT-2016-05-31-a
DEVELOPMENT-SNAPSHOT-2016-06-20-a
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PackageDescription
let package = Package(
name: "Venice",
dependencies: [
.Package(url: "https://github.com/VeniceX/CLibvenice.git", majorVersion: 0, minor: 5),
.Package(url: "https://github.com/open-swift/C7.git", majorVersion: 0, minor: 8),
.Package(url: "https://github.com/VeniceX/CLibvenice.git", majorVersion: 0, minor: 6),
.Package(url: "https://github.com/open-swift/C7.git", majorVersion: 0, minor: 9),
]
)

0 comments on commit 6bf4a1e

Please sign in to comment.