From 1eb2282bb42f268ba2791c65891867c6a790aa01 Mon Sep 17 00:00:00 2001 From: Marc Prud'hommeaux Date: Sat, 21 Dec 2024 15:43:33 +0800 Subject: [PATCH] --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index e8cd935..b0ff257 100644 --- a/Package.swift +++ b/Package.swift @@ -17,9 +17,9 @@ let package = Package( .library(name: "SkipBridgeToSwiftSamplesTestsSupport", type: .dynamic, targets: ["SkipBridgeToSwiftSamplesTestsSupport"]), ], dependencies: [ - .package(url: "https://source.skip.tools/skip.git", from: "1.2.8"), - .package(url: "https://source.skip.tools/skip-lib.git", from: "1.2.2"), - .package(url: "https://source.skip.tools/skip-foundation.git", from: "1.2.2"), + .package(url: "https://source.skip.tools/skip.git", from: "1.2.10"), + .package(url: "https://source.skip.tools/skip-lib.git", from: "1.3.0"), + .package(url: "https://source.skip.tools/skip-foundation.git", from: "1.2.3"), ], targets: [ .target(name: "CJNI"),