Skip to content

Commit 21cea81

Browse files
authored
Update README.md (#97)
1 parent 88db4b3 commit 21cea81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ The Soto repository is very large and in general most projects only need a few o
1111
Replace your dependency on Soto in the Package.swift with the following
1212

1313
```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")
14+
.package(url: "https://github.com/soto-project/soto-codegenerator", from: "7.8.1"),
15+
.package(url: "https://github.com/soto-project/soto-core.git", from: "7.9.0"),
1616
```
1717

1818
And the target you want to add the generated Soto code to should be setup as follows

0 commit comments

Comments
 (0)