We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b539c52 commit e5a8c16Copy full SHA for e5a8c16
README.md
@@ -36,7 +36,7 @@ The jar-file available in [JCenter](https://bintray.com/jarlehansen/maven/spring
36
37
_build.gradle_
38
```groovy
39
-compile('com.github.springfox.loader:springfox-loader:1.0.0')
+compile('com.github.springfox.loader:springfox-loader:1.1.0')
40
```
41
42
### Maven
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>com.github.springfox.loader</groupId>
7
<artifactId>springfox-loader</artifactId>
8
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.1-SNAPSHOT</version>
9
<packaging>jar</packaging>
10
11
<properties>
0 commit comments