Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Aug 20, 2023
1 parent a620550 commit 637131a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
.library(name: "SkipSQLKt", targets: ["SkipSQLKt"]),
],
dependencies: [
.package(url: "https://source.skip.tools/skip.git", from: "0.5.83"),
.package(url: "https://source.skip.tools/skip.git", from: "0.0.0"),
.package(url: "https://source.skip.tools/skip-unit.git", from: "0.0.0"),
.package(url: "https://source.skip.tools/skip-lib.git", from: "0.0.0"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "0.0.0"),
Expand All @@ -25,7 +25,7 @@ let package = Package(
], resources: [.process("Skip")], plugins: [.plugin(name: "transpile", package: "skip")]),
.testTarget(name: "SkipSQLTests", dependencies: [
"SkipSQL"
], resources: [.process("Resources")], plugins: [.plugin(name: "preflight", package: "skip")]),
], plugins: [.plugin(name: "preflight", package: "skip")]),
.testTarget(name: "SkipSQLKtTests", dependencies: [
"SkipSQLKt",
.product(name: "SkipUnitKt", package: "skip-unit"),
Expand Down

0 comments on commit 637131a

Please sign in to comment.