From 5b234d6472bb95e48a2c272b80b796108f70655f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 14:22:53 +0000 Subject: [PATCH] Update dependency fumito-ito/SwiftyJSONLines to from: "0.0.4" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index c92669f..7049c13 100644 --- a/Package.swift +++ b/Package.swift @@ -16,7 +16,7 @@ let package = Package( targets: ["AnthropicSwiftSDK"]), ], dependencies: [ - .package(url: "https://github.com/fumito-ito/SwiftyJSONLines.git", from: "0.0.3") + .package(url: "https://github.com/fumito-ito/SwiftyJSONLines.git", from: "0.0.4") ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite.