Skip to content

Commit

Permalink
Update readme to use plugin 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennestuder committed Apr 12, 2023
1 parent dbd2418 commit 858cf44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ Apply the `nu.studer.jooq` plugin to your Gradle project.

```groovy
plugins {
id 'nu.studer.jooq' version '8.1'
id 'nu.studer.jooq' version '8.2'
}
```

### Gradle Kotlin DSL

```kotlin
plugins {
id("nu.studer.jooq") version "8.1"
id("nu.studer.jooq") version "8.2"
}
```

Expand Down

0 comments on commit 858cf44

Please sign in to comment.