We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09217ca commit 0a25406Copy full SHA for 0a25406
1 file changed
Package.swift
@@ -10,7 +10,7 @@ let package = Package(
10
.library(name: "ColorCode", targets: ["ColorCode"]),
11
],
12
dependencies: [
13
- .package(url: "https://github.com/apple/swift-numerics", from: "1.0.0"),
+ .package(url: "https://github.com/apple/swift-numerics", from: Version(1, 0, 2)),
14
.package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", from: Version(0, 57, 0)),
15
16
targets: [
0 commit comments