Browse Source

mybatis-plus-solon-plugin solon 改为 3.0.1

noear 6 months ago
parent
commit
1017b688d6
1 changed files with 3 additions and 3 deletions
  1. 3 3
      mybatis-plus-solon-plugin/build.gradle

+ 3 - 3
mybatis-plus-solon-plugin/build.gradle

@@ -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}"