Skip to content

Commit 858cf44

Browse files
committed
Update readme to use plugin 8.2
1 parent dbd2418 commit 858cf44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ Apply the `nu.studer.jooq` plugin to your Gradle project.
7373

7474
```groovy
7575
plugins {
76-
id 'nu.studer.jooq' version '8.1'
76+
id 'nu.studer.jooq' version '8.2'
7777
}
7878
```
7979

8080
### Gradle Kotlin DSL
8181

8282
```kotlin
8383
plugins {
84-
id("nu.studer.jooq") version "8.1"
84+
id("nu.studer.jooq") version "8.2"
8585
}
8686
```
8787

0 commit comments

Comments
 (0)