We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a41aa1 commit 039a850Copy full SHA for 039a850
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.4.0"
+compile "cc.vileda:kotlin-openapi3-dsl:1.5.0"
16
```
17
18
### maven
19
```xml
20
<dependency>
21
<groupId>cc.vileda</groupId>
22
<artifactId>kotlin-openapi3-dsl</artifactId>
23
- <version>1.4.0</version>
+ <version>1.5.0</version>
24
</dependency>
25
26
build.gradle
@@ -16,7 +16,7 @@ apply plugin: 'maven-publish'
apply plugin: 'signing'
group 'cc.vileda'
-version '1.4.0'
+version '1.5.0'
repositories {
mavenCentral()
0 commit comments