Skip to content

Commit 37dff06

Browse files
[CM-1334] Remove compiler warning (#21)
* [ISSUE] remove compiler warning * Update Package.swift
1 parent 42d04c5 commit 37dff06

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
],
1818
dependencies: [
1919
// For UI layout support, contrast ratio calculations.
20-
.package(url: "https://github.com/yml-org/YCoreUI.git", from: "1.5.0"),
20+
.package(url: "https://github.com/yml-org/YCoreUI.git", from: "1.7.0"),
2121
// For Typography support
2222
.package(url: "https://github.com/yml-org/YMatterType.git", from: "1.6.0")
2323
],

Diff for: Sources/YStepper/UIKit/StepperControl+Appearance+Layout.swift

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88

99
import UIKit
10+
import YCoreUI
1011

1112
extension StepperControl.Appearance {
1213
/// A collection of layout properties for the `StepperControl`.

0 commit comments

Comments
 (0)