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 6dc9ee3 commit 8968a83Copy full SHA for 8968a83
1 file changed
README.md
@@ -12,15 +12,15 @@ kotlin-openapi3-dsl is available on maven central
12
### gradle
13
14
```groovy
15
-compile "cc.vileda:kotlin-openapi3-dsl:1.5.0"
+compile "cc.vileda:kotlin-openapi3-dsl:1.6.0"
16
```
17
18
### maven
19
```xml
20
<dependency>
21
<groupId>cc.vileda</groupId>
22
<artifactId>kotlin-openapi3-dsl</artifactId>
23
- <version>1.5.0</version>
+ <version>1.6.0</version>
24
</dependency>
25
26
0 commit comments