Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Uladzimir Zhuraulevich committed Jul 14, 2017
1 parent 7125471 commit 2c33f77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ buildscript {
}
dependencies {
classpath "gradle.plugin.com.github.zhurlik:gradle-swagger-plugin:0.1"
classpath "gradle.plugin.com.github.zhurlik:gradle-swagger-plugin:0.2"
// swagger
classpath group: 'io.swagger', name: 'swagger-core', version: '1.5.10'
classpath group: 'com.github.kongchen', name: 'swagger-maven-plugin', version: '3.1.4'
classpath group: 'io.swagger', name: 'swagger-core', version: '1.5.+'
classpath group: 'com.github.kongchen', name: 'swagger-maven-plugin', version: '3.1.+'
}
}
Expand Down

0 comments on commit 2c33f77

Please sign in to comment.