Release 3.6.0-SNAPSHOT

This commit is contained in:
lukaseder 2014-11-24 10:08:36 +01:00
parent 752feb4ff3
commit 420a217ee2

View File

@ -49,7 +49,7 @@ repositories {
}
dependencies {
compile 'org.jooq:jooq:3.5.0-SNAPSHOT'
compile 'org.jooq:jooq:3.6.0-SNAPSHOT'
runtime 'com.h2database:h2:1.4.177'
testCompile 'junit:junit:4.11'
@ -62,7 +62,7 @@ buildscript {
}
dependencies {
classpath 'org.jooq:jooq-codegen:3.5.0-SNAPSHOT'
classpath 'org.jooq:jooq-codegen:3.6.0-SNAPSHOT'
classpath 'com.h2database:h2:1.4.177'
}
}