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 bc86bd5 commit 4b219b2Copy full SHA for 4b219b2
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.1.1"
+compile "cc.vileda:kotlin-openapi3-dsl:1.2.0"
16
```
17
18
### maven
19
```xml
20
<dependency>
21
<groupId>cc.vileda</groupId>
22
<artifactId>kotlin-openapi3-dsl</artifactId>
23
- <version>1.1.1</version>
+ <version>1.2.0</version>
24
</dependency>
25
26
build.gradle
@@ -16,7 +16,7 @@ apply plugin: 'maven-publish'
apply plugin: 'signing'
group 'cc.vileda'
-version '1.1.1'
+version '1.2.0'
repositories {
mavenCentral()
0 commit comments