[Build] Properly setup the version of Apache commons-text dependency
Versions of external libraries should be listed in version catalog, not directly in a build file
This commit is contained in:
committed by
Space Team
parent
3cf9a6f687
commit
d3c03325c9
@@ -5,7 +5,7 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
implementation(commonDependency("org.jetbrains.intellij.deps:asm-all"))
|
||||
implementation("org.apache.commons:commons-text:1.10.0")
|
||||
implementation(commonDependency("org.apache.commons:commons-text"))
|
||||
|
||||
implementation(project(":tools:kotlinp"))
|
||||
implementation(project(":kotlinx-metadata-jvm"))
|
||||
|
||||
Reference in New Issue
Block a user