Skip to content

Commit

Permalink
Updating CLIKit
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdsupremacist committed Jan 4, 2021
1 parent 795c277 commit 1402d83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/nerdsupremacist/CLIKit.git",
"state": {
"branch": null,
"revision": "7ae40a74e125c1302598fb90789bd11cb461b963",
"version": "0.3.5"
"revision": "f6db237b36d5f68b1d6283a43f95835a2c70cdde",
"version": "0.3.6"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/jpsim/SourceKitten.git", .upToNextMajor(from: "0.27.0")),
.package(url: "https://github.com/nerdsupremacist/CLIKit.git", .upToNextMajor(from: "0.3.5")),
.package(url: "https://github.com/nerdsupremacist/CLIKit.git", .upToNextMajor(from: "0.3.6")),
.package(url: "https://github.com/nerdsupremacist/Ogma.git", .upToNextMajor(from: "0.1.2")),
.package(url: "https://github.com/nerdsupremacist/Stencil.git", .upToNextMajor(from: "0.13.2")),
.package(url: "https://github.com/tuist/xcodeproj.git", .upToNextMajor(from: "7.5.0")),
Expand Down

0 comments on commit 1402d83

Please sign in to comment.