From 8411d0cfa01d4362c3a9ac3cba05d5f33fcd443e Mon Sep 17 00:00:00 2001 From: bragelbytes Date: Mon, 2 Oct 2023 18:37:32 -0700 Subject: [PATCH] Update Package.swift --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index b438c2f..e66087c 100644 --- a/Package.swift +++ b/Package.swift @@ -18,7 +18,7 @@ let package = Package( dependencies: [ // Dependencies declare other packages that this package depends on. // .package(url: /* package url */, from: "1.0.0"), - .package(url: "https://github.com/OperatorFoundation/Datable", branch: "main"), + .package(url: "https://github.com/OperatorFoundation/Datable", from: "4.0.0"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.