Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down