Skip to content

Commit

Permalink
Merge pull request #17 from giginet/bump-up-version
Browse files Browse the repository at this point in the history
Bump up support versions on Package.swift
  • Loading branch information
tarunon authored Jun 7, 2022
2 parents a8b25f2 + 17f6f58 commit d24a03c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import PackageDescription
let package = Package(
name: "XCTAssertNoLeak",
platforms: [
.iOS(.v8),
.macOS(.v10_10),
.iOS(.v9),
.macOS(.v10_11),
.tvOS(.v9),
.watchOS(.v2)
],
Expand Down

0 comments on commit d24a03c

Please sign in to comment.