File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ The jar-file available in [JCenter](https://bintray.com/jarlehansen/maven/spring
3535
3636_ build.gradle_
3737``` groovy
38- compile('com.github.springfox.loader:springfox-loader:1.3 .0')
38+ compile('com.github.springfox.loader:springfox-loader:2.0 .0')
3939```
4040
4141### Maven
@@ -45,7 +45,7 @@ _pom.xml_
4545<dependency >
4646 <groupId >com.github.springfox.loader</groupId >
4747 <artifactId >springfox-loader</artifactId >
48- <version >1.3 .0</version >
48+ <version >2.0 .0</version >
4949</dependency >
5050```
5151
Original file line number Diff line number Diff line change 55
66 <groupId >com.github.springfox.loader</groupId >
77 <artifactId >springfox-loader</artifactId >
8- <version >1.4.0-SNAPSHOT </version >
8+ <version >2.0.0 </version >
99 <packaging >jar</packaging >
1010
1111 <properties >
You can’t perform that action at this time.
0 commit comments