diff options
author | bush <101901339+therealbush@users.noreply.github.com> | 2022-04-23 18:00:12 -1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-23 18:00:12 -1000 |
commit | f3c07f1525a03f7278a8b431b2e0fbd2595c3738 (patch) | |
tree | 1b2c5f4d7c66739e14f5684e582222738c44fc43 | |
parent | 1f3c6dfcc7e8955dfe2dd7af802f18049e732aad (diff) | |
download | eventbus-kotlin-f3c07f1525a03f7278a8b431b2e0fbd2595c3738.tar.gz eventbus-kotlin-f3c07f1525a03f7278a8b431b2e0fbd2595c3738.tar.bz2 eventbus-kotlin-f3c07f1525a03f7278a8b431b2e0fbd2595c3738.zip |
Update build.gradle.kts
-rw-r--r-- | build.gradle.kts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 04d15ad..e57d0c5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,8 +14,7 @@ repositories.mavenCentral() dependencies { testImplementation(kotlin("test")) - - implementation("org.apache.logging.log4j:log4j-api:2.15.0") + implementation("org.apache.logging.log4j:log4j-core:2.15.0") // Additional Kotlin libraries required for some features |