Skip to content

Commit 720129b

Browse files
authored
Update dependency version for swift-structured-queries
1 parent 69f4bc0 commit 720129b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ it's as simple as adding it to your `Package.swift`:
220220

221221
``` swift
222222
dependencies: [
223-
.package(url: "https://github.com/pointfreeco/swift-structured-queries", from: "0.4.0"),
223+
.package(url: "https://github.com/pointfreeco/swift-structured-queries", from: "0.17.0"),
224224
]
225225
```
226226

@@ -239,7 +239,7 @@ _via_ [Tagged](https://github.com/pointfreeco/swift-tagged) by enabling the
239239
dependencies: [
240240
.package(
241241
url: "https://github.com/pointfreeco/swift-structured-queries",
242-
from: "0.1.0",
242+
from: "0.17.0",
243243
+ traits: [
244244
+ "StructuredQueriesTagged",
245245
+ ]

0 commit comments

Comments
 (0)