Skip to content

Commit a0060ef

Browse files
author
Ash Furrow
authored
Merge pull request #179 from ashfurrow/mv-fix-swiftlint-hash
Fix mismatched SwiftLint hash
2 parents 08afeed + 6599588 commit a0060ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
danger-swiftlint (0.29.4)
4+
danger-swiftlint (0.30.0)
55
danger
66
rake (> 10)
77
thor (~> 0.19)

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
module DangerSwiftlint
44
VERSION = '0.30.0'
55
SWIFTLINT_VERSION = '0.46.2'
6-
SWIFTLINT_HASH = '4eaeabbb43b308975d16e3d9869880dc'
6+
SWIFTLINT_HASH = '20dbcc13788993dd27b1076a13ca647d'
77
end

0 commit comments

Comments
 (0)