Skip to content

Commit

Permalink
Swap Package.swift versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bobek-balinek committed Dec 27, 2023
1 parent 0cb9a53 commit 342cb72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.9
// swift-tools-version:5.7
import PackageDescription

let package = Package(
Expand All @@ -7,8 +7,7 @@ let package = Package(
.iOS(.v13),
.tvOS(.v13),
.macOS(.v10_15),
.watchOS(.v6),
.visionOS(.v1),
.watchOS(.v6)
],
products: [
.library(name: "Nuke", targets: ["Nuke"]),
Expand Down
5 changes: 3 additions & 2 deletions [email protected][email protected]
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.7
// swift-tools-version:5.9
import PackageDescription

let package = Package(
Expand All @@ -7,7 +7,8 @@ let package = Package(
.iOS(.v13),
.tvOS(.v13),
.macOS(.v10_15),
.watchOS(.v6)
.watchOS(.v6),
.visionOS(.v1),
],
products: [
.library(name: "Nuke", targets: ["Nuke"]),
Expand Down

0 comments on commit 342cb72

Please sign in to comment.