We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88db4b3 commit 21cea81Copy full SHA for 21cea81
1 file changed
README.md
@@ -11,8 +11,8 @@ The Soto repository is very large and in general most projects only need a few o
11
Replace your dependency on Soto in the Package.swift with the following
12
13
```swift
14
-.package(url: "https://github.com/soto-project/soto-codegenerator", from: "0.6.0"),
15
-.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"),
16
```
17
18
And the target you want to add the generated Soto code to should be setup as follows
0 commit comments