[#6606] End of Scala 2.11 support for jOOQ Open Source Edition

This commit is contained in:
lukaseder 2018-01-16 16:45:38 +01:00
parent 43d72cc8ed
commit 33c3a23359

12
pom.xml
View File

@ -82,11 +82,11 @@
<artifactId>jooq-scala_2.12</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jooq</groupId>
<artifactId>jooq-scala_2.11</artifactId>
<version>${project.version}</version>
</dependency>
@ -271,7 +271,7 @@
<module>jOOQ-meta</module>
<module>jOOQ-meta-extensions</module>
<module>jOOQ-scala_2.12</module>
<module>jOOQ-scala_2.11</module>