From b12a63313937698e795686ac169cdb20532bed70 Mon Sep 17 00:00:00 2001 From: marcprux Date: Thu, 2 Nov 2023 17:28:13 -0400 Subject: [PATCH] --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index d71c34c..e193b99 100644 --- a/Package.swift +++ b/Package.swift @@ -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")]),