Skip to content

Commit

Permalink
Merge pull request #137 from giginet/swiftlang
Browse files Browse the repository at this point in the history
Use swiftlang instead
  • Loading branch information
giginet authored Jul 30, 2024
2 parents 948007b + 4716248 commit 379ec10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let package = Package(
targets: ["ScipioKit"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-package-manager.git",
.package(url: "https://github.com/swiftlang/swift-package-manager.git",
branch: "release/6.0"),
.package(url: "https://github.com/apple/swift-log.git",
from: "1.5.2"),
Expand Down Expand Up @@ -84,7 +84,7 @@ let isDevelopment = ProcessInfo.processInfo.environment["SCIPIO_DEVELOPMENT"] ==
// swift-docs is not needed for package users
if isDevelopment {
package.dependencies += [
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.3.0"),
.package(url: "https://github.com/freddi-kit/ArtifactBundleGen.git", from: "0.0.6"),
]
}
4 changes: 2 additions & 2 deletions Package@swift-5.10.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let package = Package(
targets: ["ScipioKit"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-package-manager.git",
.package(url: "https://github.com/swiftlang/swift-package-manager.git",
revision: "swift-5.10-RELEASE"),
.package(url: "https://github.com/apple/swift-log.git",
from: "1.5.2"),
Expand Down Expand Up @@ -83,7 +83,7 @@ let isDevelopment = ProcessInfo.processInfo.environment["SCIPIO_DEVELOPMENT"] ==
// swift-docs is not needed for package users
if isDevelopment {
package.dependencies += [
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.3.0"),
.package(url: "https://github.com/freddi-kit/ArtifactBundleGen.git", from: "0.0.6"),
]
}
4 changes: 2 additions & 2 deletions Package@swift-5.9.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
targets: ["ScipioKit"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-package-manager.git",
.package(url: "https://github.com/swiftlang/swift-package-manager.git",
revision: "swift-5.9-RELEASE"),
.package(url: "https://github.com/apple/swift-log.git",
.upToNextMinor(from: "1.4.2")),
Expand Down Expand Up @@ -72,6 +72,6 @@ let isDevelopment = ProcessInfo.processInfo.environment["SCIPIO_DEVELOPMENT"] ==
// swift-docs is not needed for package users
if isDevelopment {
package.dependencies += [
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.3.0"),
]
}

0 comments on commit 379ec10

Please sign in to comment.