Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Package.resolved

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:6.3
// swift-tools-version: 6.3

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont think this is right

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both forms are valid

// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand All @@ -18,15 +18,15 @@ let applePlatforms = TargetDependencyCondition.when(
)

var packageDependencies: [Package.Dependency] = [
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.19.3"),
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.19.4"),
.package(url: "https://github.com/theleftbit/BSWFoundation.git", from: "8.0.0"),
.package(url: "https://github.com/kean/Nuke.git", from: "12.8.0"),
]

if skipIsEnabled {
packageDependencies.append(contentsOf: [
.package(url: "https://source.skip.tools/skip.git", from: "1.9.4"),
.package(url: "https://source.skip.tools/skip-fuse-ui.git", from: "1.18.0"),
.package(url: "https://source.skip.tools/skip.git", from: "1.9.5"),
.package(url: "https://source.skip.tools/skip-fuse-ui.git", from: "1.18.1"),
])
}

Expand Down
Loading