Skip to content

Commit

Permalink
docs update with version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bnasslahsen committed Oct 16, 2023
1 parent 0fa88bc commit e855f9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gradle Groovy DSL
```groovy
plugins {
id "org.springframework.boot" version "2.7.0"
id "org.springdoc.openapi-gradle-plugin" version "1.7.0"
id "org.springdoc.openapi-gradle-plugin" version "1.8.0"
}
```

Expand All @@ -35,7 +35,7 @@ Gradle Kotlin DSL
```groovy
plugins {
id("org.springframework.boot") version "2.7.0"
id("org.springdoc.openapi-gradle-plugin") version "1.7.0"
id("org.springdoc.openapi-gradle-plugin") version "1.8.0"
}
```

Expand Down Expand Up @@ -158,7 +158,7 @@ OpenAPI doc.
in `build.gradle.kts`

```
id("org.springdoc.openapi-gradle-plugin") version "1.7.0"
id("org.springdoc.openapi-gradle-plugin") version "1.8.0"
```

3. Add the following to the spring boot apps `settings.gradle`
Expand Down

0 comments on commit e855f9c

Please sign in to comment.