Skip to content

Commit

Permalink
Merge pull request #8 from adriencanterot/fix/libc-duplicate
Browse files Browse the repository at this point in the history
Fix/libc duplicate + harmonize Vapor's dependency tree
  • Loading branch information
tanner0101 authored Sep 7, 2016
2 parents 094676e + 1274b96 commit 76ea713
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DEVELOPMENT-SNAPSHOT-2016-07-25-a
DEVELOPMENT-SNAPSHOT-2016-08-18-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: "SQLite",
dependencies: [
.Package(url: "https://github.com/qutheory/csqlite.git", majorVersion: 0, minor: 1),
.Package(url: "https://github.com/qutheory/libc.git", majorVersion: 0, minor: 1),
.Package(url: "https://github.com/vapor/csqlite.git", majorVersion: 0, minor: 1),
.Package(url: "https://github.com/vapor/core.git", majorVersion: 0),
]
)
4 changes: 2 additions & 2 deletions Tests/LinuxMain.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#if os(Linux)

import XCTest
@testable import SQLiteTestSuite
@testable import SQLiteTests

XCTMain([
testCase(SQLite3Tests.allTests),
])

#endif
#endif
File renamed without changes.

0 comments on commit 76ea713

Please sign in to comment.