Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Danappelxx committed Jun 8, 2016
1 parent f14af01 commit 584f51f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import PackageDescription
let package = Package(
name: "JSON",
dependencies: [
.Package(url: "https://github.com/Zewo/StructuredData.git", majorVersion: 0, minor: 7)
.Package(url: "https://github.com/Zewo/StructuredData.git", majorVersion: 0, minor: 8)
]
)
2 changes: 1 addition & 1 deletion Tests/JSON/JSONTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class JSONTests: XCTestCase {
}

extension JSONTests {
static var allTests: [(String, JSONTests -> () throws -> Void)] {
static var allTests: [(String, (JSONTests) -> () throws -> Void)] {
return [
("testStringInterpolation", testStringInterpolation),
]
Expand Down

0 comments on commit 584f51f

Please sign in to comment.