Skip to content

Commit c314360

Browse files
Update README.md
1 parent c5640ee commit c314360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ buildscript {
5151
}
5252
dependencies {
5353
//..
54-
classpath("com.github.epages-de.restdocs-openapi:restdocs-openapi-gradle-plugin:0.1.2) //2
54+
classpath("com.github.epages-de.restdocs-openapi:restdocs-openapi-gradle-plugin:0.2.0) //2
5555
}
5656
}
5757
//..
@@ -65,7 +65,7 @@ repositories { //4
6565
6666
dependencies {
6767
//..
68-
testCompile 'com.github.epages-de.restdocs-openapi:restdocs-openapi:0.1.2' //5
68+
testCompile 'com.github.epages-de.restdocs-openapi:restdocs-openapi:0.2.0' //5
6969
testCompile 'org.json:json:20170516' //6
7070
}
7171

0 commit comments

Comments
 (0)