Fix build for kotlin-querybean-generator annotation processor version, didn't get bumped after release

This commit is contained in:
rob
2023-02-14 11:42:47 +13:00
parent 5882169641
commit af9459e41e
+1 -1
View File
@@ -113,7 +113,7 @@
<annotationProcessorPath>
<groupId>io.ebean</groupId>
<artifactId>kotlin-querybean-generator</artifactId>
<version>13.10.2-SNAPSHOT</version>
<version>13.12.1-SNAPSHOT</version>
</annotationProcessorPath>
</annotationProcessorPaths>
</configuration>