Skip to content

Commit 8968a83

Browse files
authored
Update README.md
1 parent 6dc9ee3 commit 8968a83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ kotlin-openapi3-dsl is available on maven central
1212
### gradle
1313

1414
```groovy
15-
compile "cc.vileda:kotlin-openapi3-dsl:1.5.0"
15+
compile "cc.vileda:kotlin-openapi3-dsl:1.6.0"
1616
```
1717

1818
### maven
1919
```xml
2020
<dependency>
2121
<groupId>cc.vileda</groupId>
2222
<artifactId>kotlin-openapi3-dsl</artifactId>
23-
<version>1.5.0</version>
23+
<version>1.6.0</version>
2424
</dependency>
2525
```
2626

0 commit comments

Comments
 (0)