We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894b3e2 commit 3dbe4eeCopy full SHA for 3dbe4ee
Package.swift
@@ -17,8 +17,7 @@ let package = Package(
17
dependencies: [
18
// Dependencies declare other packages that this package depends on.
19
.package(url: "https://github.com/JacobSyndeo/SafeSubscripts", from: "1.0.0"),
20
-// .package(url: "https://github.com/JacobSyndeo/Soccer", from: "1.0.0")
21
- .package(url: "https://github.com/JacobSyndeo/Soccer", branch: "main")
+ .package(url: "https://github.com/JacobSyndeo/Soccer", from: "1.0.0")
22
],
23
targets: [
24
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
0 commit comments