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 2, 2023
1 parent 9794490 commit b12a633
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.1"),
.package(url: "https://source.skip.tools/skip-unit.git", from: "0.4.0"),
.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"),
],
targets: [
.target(name: "SkipLib", dependencies: [.product(name: "SkipUnit", package: "skip-unit")], plugins: [.plugin(name: "skipstone", package: "skip")]),
Expand Down

0 comments on commit b12a633

Please sign in to comment.