Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Nov 21, 2023
1 parent 8f2206c commit 032b1b6
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 @@ -8,8 +8,8 @@ let package = Package(
.library(name: "SkipLib", type: .dynamic, targets: ["SkipLib"]),
],
dependencies: [
.package(url: "https://source.skip.tools/skip.git", from: "0.7.16"),
.package(url: "https://source.skip.tools/skip-unit.git", from: "0.4.4"),
.package(url: "https://source.skip.tools/skip.git", from: "0.7.28"),
.package(url: "https://source.skip.tools/skip-unit.git", from: "0.4.5"),
],
targets: [
.target(name: "SkipLib", dependencies: [.product(name: "SkipUnit", package: "skip-unit")], plugins: [.plugin(name: "skipstone", package: "skip")]),
Expand Down

0 comments on commit 032b1b6

Please sign in to comment.