We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb8d0f commit 3d2a96eCopy full SHA for 3d2a96e
SwiftExecutablePackage/Package.swift
@@ -7,7 +7,7 @@ let package = Package(
7
name: "BikeShare",
8
platforms: [.macOS(.v13)],
9
dependencies: [
10
- .package(url: "https://github.com/rickclephas/KMP-NativeCoroutines.git", exact: "1.0.0-ALPHA-18"),
+ .package(url: "https://github.com/rickclephas/KMP-NativeCoroutines.git", exact: "1.0.1"),
11
.package(url: "https://github.com/joreilly/BikeShareSwiftPackage", exact: "1.20.0"),
12
.package(url: "https://github.com/apple/swift-argument-parser.git", exact: "1.6.1"),
13
.package(url: "https://github.com/pakLebah/ANSITerminal", from: "0.0.3")
0 commit comments