Skip to content

Commit 3dbe4ee

Browse files
authored
Update Package.swift
Point Soccer to 1.0.0
1 parent 894b3e2 commit 3dbe4ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ let package = Package(
1717
dependencies: [
1818
// Dependencies declare other packages that this package depends on.
1919
.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")
20+
.package(url: "https://github.com/JacobSyndeo/Soccer", from: "1.0.0")
2221
],
2322
targets: [
2423
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)