Skip to content

Commit 00ec7ca

Browse files
committed
update.
1 parent 9343b19 commit 00ec7ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ repositories {
1313
}
1414

1515
dependencies {
16-
compileOnly("com.squareup.okhttp3:okhttp:4.12.0")
17-
compileOnly("org.freemarker:freemarker:2.3.32")
16+
implementation("com.squareup.okhttp3:okhttp:4.12.0")
17+
implementation("org.freemarker:freemarker:2.3.32")
1818
}
1919

2020

0 commit comments

Comments
 (0)