Skip to content

Commit

Permalink
Update Tentacle to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed Sep 5, 2018
1 parent 1af44a2 commit 59cc980
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ github "Carthage/ReactiveTask" ~> 0.15
github "Carthage/Commandant" ~> 0.15
github "jdhealy/PrettyColors" ~> 5.0
github "ReactiveCocoa/ReactiveSwift" ~> 4.0
github "mdiep/Tentacle" "master"
github "mdiep/Tentacle" ~> 0.12
github "thoughtbot/Curry" ~> 4.0
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ github "ReactiveCocoa/ReactiveSwift" "4.0.0"
github "antitypical/Result" "4.0.0"
github "jdhealy/PrettyColors" "5.0.1"
github "jspahrsummers/xcconfigs" "0.9"
github "mdiep/Tentacle" "34395dd4a14d89508827f72feb7c37b0f20a8a2f"
github "mdiep/Tentacle" "0.12.0"
github "thoughtbot/Curry" "v4.0.1"
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
"package": "Tentacle",
"repositoryURL": "https://github.com/mdiep/Tentacle.git",
"state": {
"branch": "master",
"revision": "34395dd4a14d89508827f72feb7c37b0f20a8a2f",
"version": null
"branch": null,
"revision": "ace0aedb5bd90a41de254808dbe633813f7b1882",
"version": "0.12.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
.package(url: "https://github.com/Carthage/Commandant.git", from: "0.15.0"),
.package(url: "https://github.com/jdhealy/PrettyColors.git", from: "5.0.0"),
.package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", from: "4.0.0"),
.package(url: "https://github.com/mdiep/Tentacle.git", .branch("master")),
.package(url: "https://github.com/mdiep/Tentacle.git", from: "0.12.0"),
.package(url: "https://github.com/thoughtbot/Curry.git", from: "4.0.0"),
.package(url: "https://github.com/Quick/Quick.git", from: "1.3.1"),
.package(url: "https://github.com/Quick/Nimble.git", from: "7.1.3"),
Expand Down

0 comments on commit 59cc980

Please sign in to comment.