Skip to content

Commit

Permalink
Update SourceKitten to 0.21.3 (realm#2470)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim authored Nov 19, 2018
1 parent 5901d30 commit d744ac5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "jpsim/SourceKitten" ~> 0.21.2
github "jpsim/SourceKitten" ~> 0.21.3
github "scottrhoyt/SwiftyTextTable" ~> 0.8.2
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github "Carthage/Commandant" "0.15.0"
github "antitypical/Result" "4.0.0"
github "drmohundro/SWXMLHash" "4.7.4"
github "jpsim/SourceKitten" "0.21.2"
github "jpsim/SourceKitten" "0.21.3"
github "jpsim/Yams" "1.0.1"
github "jspahrsummers/xcconfigs" "0.12"
github "krzyzanowskim/CryptoSwift" "0.13.0"
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/Carthage/Commandant.git", from: "0.15.0"),
.package(url: "https://github.com/jpsim/SourceKitten.git", from: "0.21.2"),
.package(url: "https://github.com/jpsim/SourceKitten.git", from: "0.21.3"),
.package(url: "https://github.com/jpsim/Yams.git", from: "1.0.1"),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "0.13.0"),
.package(url: "https://github.com/scottrhoyt/SwiftyTextTable.git", from: "0.8.2"),
Expand Down

0 comments on commit d744ac5

Please sign in to comment.