build: added tinylog dependency
This commit is contained in:
parent
052fe17d89
commit
cd4e9f5e5e
@ -18,6 +18,8 @@ dependencies {
|
|||||||
implementation project(':Gamelib')
|
implementation project(':Gamelib')
|
||||||
|
|
||||||
implementation "org.java-websocket:Java-WebSocket:1.5.1"
|
implementation "org.java-websocket:Java-WebSocket:1.5.1"
|
||||||
|
implementation "org.tinylog:tinylog-api:2.4.0-M1"
|
||||||
|
implementation "org.tinylog:tinylog-impl:2.4.0-M1"
|
||||||
|
|
||||||
testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.0-M1"
|
testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.0-M1"
|
||||||
testImplementation "org.mockito:mockito-all:2.0.2-beta"
|
testImplementation "org.mockito:mockito-all:2.0.2-beta"
|
||||||
|
Loading…
Reference in New Issue
Block a user