Skip to content

Commit 9209e4c

Browse files
committed
violations lib 1.22
1 parent f31138b commit 9209e4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ repositories {
6363
}
6464

6565
dependencies {
66-
compile 'se.bjurr.violations:violation-comments-lib:1.20'
66+
compile 'se.bjurr.violations:violation-comments-lib:1.21'
6767
compile 'com.jayway.jsonpath:json-path:2.0.0'
6868
compile 'com.google.code.gson:gson:2.8.0'
69+
compile 'com.google.guava:guava:20.0'
6970

7071
testCompile 'junit:junit:4.12'
7172
testCompile 'org.assertj:assertj-core:2.3.0'

0 commit comments

Comments
 (0)