Skip to content

Commit

Permalink
[CM-1334] Remove compiler warning (#21)
Browse files Browse the repository at this point in the history
* [ISSUE] remove compiler warning

* Update Package.swift
  • Loading branch information
SahilSainiYML authored Apr 11, 2023
1 parent 42d04c5 commit 37dff06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
],
dependencies: [
// For UI layout support, contrast ratio calculations.
.package(url: "https://github.com/yml-org/YCoreUI.git", from: "1.5.0"),
.package(url: "https://github.com/yml-org/YCoreUI.git", from: "1.7.0"),
// For Typography support
.package(url: "https://github.com/yml-org/YMatterType.git", from: "1.6.0")
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

import UIKit
import YCoreUI

extension StepperControl.Appearance {
/// A collection of layout properties for the `StepperControl`.
Expand Down

0 comments on commit 37dff06

Please sign in to comment.