Skip to content

Commit acc1fba

Browse files
authored
Up dep (#545)
1 parent af4217b commit acc1fba

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

Package.resolved

Lines changed: 11 additions & 11 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ let package = Package(
2323
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.0.2"),
2424
.package(url: "https://github.com/apple/swift-collections", from: "1.1.0"),
2525
.package(url: "https://github.com/VergeGroup/swift-concurrency-task-manager", from: "1.1.0"),
26-
.package(url: "https://github.com/VergeGroup/TypedIdentifier", from: "2.0.2"),
2726
.package(url: "https://github.com/VergeGroup/TypedComparator", from: "1.0.0"),
28-
.package(url: "https://github.com/VergeGroup/Normalization", from: "1.2.0"),
27+
.package(url: "https://github.com/VergeGroup/Normalization", from: "1.2.1"),
2928
.package(url: "https://github.com/VergeGroup/swift-macro-state-struct", from: "2.1.2"),
3029

3130
/// for testing

0 commit comments

Comments
 (0)