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 3ba084e commit eb61f7b
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,8 +10,8 @@ let package = Package(
.library(name: "SkipLibKt", targets: ["SkipLibKt"]),
],
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.git", from: "0.6.28"),
.package(url: "https://source.skip.tools/skip-unit.git", from: "0.2.4"),
],
targets: [
.target(name: "SkipLib", plugins: [.plugin(name: "skippy", package: "skip")]),
Expand Down

0 comments on commit eb61f7b

Please sign in to comment.