Skip to content

Commit

Permalink
release 1.5.0
Browse files Browse the repository at this point in the history
* update to kotlin 2.0
  • Loading branch information
derveloper committed Jul 10, 2024
1 parent 4a41aa1 commit 039a850
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ kotlin-openapi3-dsl is available on maven central
### gradle

```groovy
compile "cc.vileda:kotlin-openapi3-dsl:1.4.0"
compile "cc.vileda:kotlin-openapi3-dsl:1.5.0"
```

### maven
```xml
<dependency>
<groupId>cc.vileda</groupId>
<artifactId>kotlin-openapi3-dsl</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply plugin: 'maven-publish'
apply plugin: 'signing'

group 'cc.vileda'
version '1.4.0'
version '1.5.0'

repositories {
mavenCentral()
Expand Down

0 comments on commit 039a850

Please sign in to comment.