Skip to content

Commit 6dd5572

Browse files
runnerrunner
authored andcommitted
Updating tuist to 4.104.6
1 parent 8f97f40 commit 6dd5572

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ let package = Package(
3030
),
3131
.binaryTarget(
3232
name: "tuist",
33-
url: "https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.104.4/tuist.artifactbundle.zip",
34-
checksum: "d6651a84917f25dd693f9cac78808054da1a88e9f2ab4a282641166fa18244b2"
33+
url: "https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.104.6/tuist.artifactbundle.zip",
34+
checksum: "3bbfd48e828f1c99affbb944b282f15689d3a8a1178ffd39fd34bf83f6953975"
3535
),
3636
],
3737
swiftLanguageVersions: [.v5]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import PackageDescription
2222
let package = Package(
2323
name: "YourPackageName",
2424
dependencies: [
25-
.package(url: "https://github.com/21-DOT-DEV/swift-plugin-tuist.git", exact: "4.104.4"),
25+
.package(url: "https://github.com/21-DOT-DEV/swift-plugin-tuist.git", exact: "4.104.6"),
2626
],
2727
targets: [
2828
.executableTarget(name: "YourTargetName")

0 commit comments

Comments
 (0)