File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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.7 /tuist.artifactbundle.zip " ,
34- checksum: " 7c88eb54ef68a3438da2688fdad385b2ccf3d94c9b50378cd9e264fa052a79f0 "
33+ url: " https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.105.0 /tuist.artifactbundle.zip " ,
34+ checksum: " 1f94c82e9bfcbe0d84c993cfbff190b7f3d0149abdf4f94a6785c0815e71c631 "
3535 ) ,
3636 ] ,
3737 swiftLanguageVersions: [ . v5]
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import PackageDescription
2222let package = Package (
2323 name : " YourPackageName" ,
2424 dependencies : [
25- .package (url : " https://github.com/21-DOT-DEV/swift-plugin-tuist.git" , exact : " 4.104.7 " ),
25+ .package (url : " https://github.com/21-DOT-DEV/swift-plugin-tuist.git" , exact : " 4.105.0 " ),
2626 ],
2727 targets : [
2828 .executableTarget (name : " YourTargetName" )
You can’t perform that action at this time.
0 commit comments