Skip to content

Commit 9bfbc0c

Browse files
authored
Bump swift-foundation-icu to 0.0.9 (#738)
1 parent d0d8a18 commit 9bfbc0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if (_SwiftFoundationICU_SourceDIR)
5353
else()
5454
FetchContent_Declare(SwiftFoundationICU
5555
GIT_REPOSITORY https://github.com/apple/swift-foundation-icu.git
56-
GIT_TAG 0.0.8)
56+
GIT_TAG 0.0.9)
5757
endif()
5858

5959
if (_SwiftCollections_SourceDIR)

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ var dependencies: [Package.Dependency] {
6161
from: "1.1.0"),
6262
.package(
6363
url: "https://github.com/apple/swift-foundation-icu",
64-
exact: "0.0.8"),
64+
exact: "0.0.9"),
6565
.package(
6666
url: "https://github.com/swiftlang/swift-syntax",
6767
from: "600.0.0-latest")

0 commit comments

Comments
 (0)