Skip to content

Commit

Permalink
codable kit update
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Mar 27, 2018
1 parent 9d5241f commit 58ff665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
],
targets: [
.target(name: "CSQLite"),
.target(name: "SQLite", dependencies: ["Async", "Bits", "CodableKit", "Core", "CSQLite", "Debugging"]),
.target(name: "SQLite", dependencies: ["Async", "Bits", "Core", "CSQLite", "Debugging"]),
.testTarget(name: "SQLiteTests", dependencies: ["SQLite"]),
]
)

0 comments on commit 58ff665

Please sign in to comment.