Skip to content

Commit

Permalink
jooq generator version matching the meta extension
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarashev committed May 2, 2024
1 parent adda5ed commit ec58b93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ganttproject/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ dependencies {

implementation group: 'com.h2database', name: 'h2', version: '2.2.+'
implementation 'org.jooq:jooq:3.19.8'
jooqGenerator 'org.jooq:jooq-codegen-gradle:3.19.8'
jooqGenerator 'org.jooq:jooq-meta-extensions:3.19.8'

implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3'
Expand Down

0 comments on commit ec58b93

Please sign in to comment.