Skip to content

Commit 85e711a

Browse files
committed
feat: remove compatibility problem
1 parent 6bd1df3 commit 85e711a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'org.linyimin'
7-
version '1.0.0'
7+
version '1.0.2'
88

99
repositories {
1010
maven { url 'https://maven.aliyun.com/repository/public/' }
@@ -14,7 +14,7 @@ repositories {
1414
dependencies {
1515
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
1616
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
17-
compileOnly 'org.mybatis:mybatis:3.5.9'
17+
implementation 'org.mybatis:mybatis:3.5.9'
1818
implementation 'com.alibaba:fastjson:1.2.79'
1919
implementation 'mysql:mysql-connector-java:8.0.25'
2020
implementation 'com.github.vertical-blank:sql-formatter:2.0.3'

0 commit comments

Comments
 (0)