mybatis-plus-solon-plugin solon 改为 3.0.1

This commit is contained in:
noear 2024-10-15 09:46:29 +08:00
parent 81936a70d3
commit 1017b688d6

View File

@ -6,9 +6,9 @@ compileKotlin{
dependencies {
api project(":mybatis-plus-extension")
api "org.noear:mybatis-solon-plugin:3.0.0"
api "org.noear:solon-aot:3.0.0"
testImplementation "org.noear:solon-test:3.0.0"
api "org.noear:mybatis-solon-plugin:3.0.1"
api "org.noear:solon-aot:3.0.1"
testImplementation "org.noear:solon-test:3.0.1"
testImplementation "io.github.classgraph:classgraph:4.8.176"
testImplementation "com.zaxxer:HikariCP:4.0.3"
testImplementation "${lib.h2}"