Skip to content
This repository was archived by the owner on Jun 21, 2024. It is now read-only.

Commit f1aeedd

Browse files
author
Mark Nefedov
committed
replace log4j with logback
1 parent 014ecda commit f1aeedd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
compile "net.dv8tion:JDA:4.1.1_101"
1515
compile group: 'ws.schild', name: 'jave-all-deps', version: '2.7.3'
1616
compile group: 'org.apache.commons', name: 'commons-collections4', version: '4.4'
17-
compile group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.13.1'
17+
compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
1818
}
1919

2020
compileKotlin {

0 commit comments

Comments
 (0)