Skip to content

Commit

Permalink
Added iOS 16.0 support to fix problem with double refresh indicators.
Browse files Browse the repository at this point in the history
  • Loading branch information
samdeane committed Sep 29, 2022
1 parent 8dea057 commit 0a087b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
targets: ["FastList"]),
],
dependencies: [
.package(url: "https://github.com/elegantchaos/RefreshableScrollView.git", from: "1.1.7"),
.package(url: "https://github.com/elegantchaos/RefreshableScrollView.git", from: "1.3.0"),
.package(url: "https://github.com/elegantchaos/XCTestExtensions.git", from: "1.4.2")
],
targets: [
Expand Down

0 comments on commit 0a087b3

Please sign in to comment.