From a4b63d05691261f6f617568ea1f7d31ca00c0231 Mon Sep 17 00:00:00 2001 From: Tim Condon <0xTim@users.noreply.github.com> Date: Thu, 11 Dec 2025 00:57:51 +0000 Subject: [PATCH] Update README.md Use the newest versions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87b775a..7088c89 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ The Soto repository is very large and in general most projects only need a few o Replace your dependency on Soto in the Package.swift with the following ```swift -.package(url: "https://github.com/soto-project/soto-codegenerator", from: "0.6.0"), -.package(url: "https://github.com/soto-project/soto-core.git", from: "6.4.0") +.package(url: "https://github.com/soto-project/soto-codegenerator", from: "7.8.1"), +.package(url: "https://github.com/soto-project/soto-core.git", from: "7.9.0"), ``` And the target you want to add the generated Soto code to should be setup as follows