Skip to content

Commit f18b462

Browse files
Update dependency rickclephas/KMP-NativeCoroutines to v1.0.0
1 parent 9bb8d0f commit f18b462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftExecutablePackage/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
name: "BikeShare",
88
platforms: [.macOS(.v13)],
99
dependencies: [
10-
.package(url: "https://github.com/rickclephas/KMP-NativeCoroutines.git", exact: "1.0.0-ALPHA-18"),
10+
.package(url: "https://github.com/rickclephas/KMP-NativeCoroutines.git", exact: "1.0.0"),
1111
.package(url: "https://github.com/joreilly/BikeShareSwiftPackage", exact: "1.20.0"),
1212
.package(url: "https://github.com/apple/swift-argument-parser.git", exact: "1.6.1"),
1313
.package(url: "https://github.com/pakLebah/ANSITerminal", from: "0.0.3")

0 commit comments

Comments
 (0)