Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Oct 12, 2023
1 parent 2ab0a8d commit 81ab77d
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 @@ -9,8 +9,8 @@ let package = Package(
.library(name: "SkipModel", type: .dynamic, targets: ["SkipModel"]),
],
dependencies: [
.package(url: "https://source.skip.tools/skip.git", from: "0.6.122"),
.package(url: "https://source.skip.tools/skip-lib.git", from: "0.4.13"),
.package(url: "https://source.skip.tools/skip.git", from: "0.6.127"),
.package(url: "https://source.skip.tools/skip-lib.git", from: "0.4.14"),
],
targets: [
.target(name: "SkipModel", dependencies: [.product(name: "SkipLib", package: "skip-lib")], plugins: [.plugin(name: "skipstone", package: "skip")]),
Expand Down

0 comments on commit 81ab77d

Please sign in to comment.