Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Sep 4, 2023
1 parent 8fcfa4e commit 33212a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ let package = Package(
.library(name: "SkipSQLKt", targets: ["SkipSQLKt"]),
],
dependencies: [
.package(url: "https://source.skip.tools/skip.git", from: "0.6.27"),
.package(url: "https://source.skip.tools/skip-unit.git", from: "0.2.3"),
.package(url: "https://source.skip.tools/skip-lib.git", from: "0.3.3"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "0.1.3"),
.package(url: "https://source.skip.tools/skip.git", from: "0.6.28"),
.package(url: "https://source.skip.tools/skip-unit.git", from: "0.2.4"),
.package(url: "https://source.skip.tools/skip-lib.git", from: "0.3.4"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "0.1.4"),
],
targets: [
.target(name: "SkipSQL", plugins: [.plugin(name: "skippy", package: "skip")]),
Expand Down

0 comments on commit 33212a6

Please sign in to comment.