Skip to content

Commit 588b7b4

Browse files
authored
Merge pull request #92 from NeedleInAJayStack/feature/depCollectionsBump
Bumps swift-collections to v1.0 release
2 parents e383f79 + 41829d7 commit 588b7b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
],
99
dependencies: [
1010
.package(url: "https://github.com/apple/swift-nio.git", .upToNextMajor(from: "2.10.1")),
11-
.package(url: "https://github.com/apple/swift-collections", .upToNextMajor(from: "0.0.3")),
11+
.package(url: "https://github.com/apple/swift-collections", .upToNextMajor(from: "1.0.0")),
1212
],
1313
targets: [
1414
.target(

0 commit comments

Comments
 (0)