Skip to content

Commit 586228b

Browse files
Updating tuist to 4.115.1
1 parent 0406e0b commit 586228b

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.115.0/tuist.artifactbundle.zip",
34-
checksum: "a8213432a51ee7bd93ae9e232e20a79c2b763bb54c1e540c0f3fb55a650f602a"
33+
url: "https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.115.1/tuist.artifactbundle.zip",
34+
checksum: "26a9b265720ba693c637f31aafb14ee325449b47a6859a30f34d5787b39f3dcd"
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.115.0"),
25+
.package(url: "https://github.com/21-DOT-DEV/swift-plugin-tuist.git", exact: "4.115.1"),
2626
],
2727
targets: [
2828
.executableTarget(name: "YourTargetName")

0 commit comments

Comments
 (0)