Skip to content

Commit 6f2f25b

Browse files
committed
Updates Networking dependency version
Updates the Networking dependency in Package.swift to version 0.9.6. This ensures the project uses the latest features and bug fixes from the Networking library.
1 parent cdefe51 commit 6f2f25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ The Swift Package Manager is a tool for automating the distribution of Swift cod
285285
Once you have your Swift package set up, adding Networking as a dependency is as easy as adding it to the dependencies value of your Package.swift.
286286
```
287287
dependencies: [
288-
.package(url: "https://github.com/brillcp/Networking.git", .upToNextMajor(from: "0.9.4"))
288+
.package(url: "https://github.com/brillcp/Networking.git", .upToNextMajor(from: "0.9.6"))
289289
]
290290
```
291291

0 commit comments

Comments
 (0)