Skip to content

Commit d35562f

Browse files
Update ArtifactBundleGen to 0.0.8 (#1570)
1 parent 21ac994 commit d35562f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
.package(url: "https://github.com/tuist/XcodeProj.git", exact: "8.27.7"),
2020
.package(url: "https://github.com/jakeheis/SwiftCLI.git", from: "6.0.3"),
2121
.package(url: "https://github.com/mxcl/Version", from: "2.0.0"),
22-
.package(url: "https://github.com/freddi-kit/ArtifactBundleGen", exact: "0.0.6")
22+
.package(url: "https://github.com/freddi-kit/ArtifactBundleGen", exact: "0.0.8")
2323
],
2424
targets: [
2525
.executableTarget(name: "XcodeGen", dependencies: [

0 commit comments

Comments
 (0)