build: added tinylog to Gamelib

This commit is contained in:
Yannik Bretschneider 2021-06-04 19:37:53 +02:00
parent d74cd114cc
commit fd3e2636e3
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ dependencies {
implementation "com.fasterxml.jackson.core:jackson-core:2.12.3"
implementation "com.fasterxml.jackson.core:jackson-annotations:2.12.3"
implementation "com.fasterxml.jackson.core:jackson-databind:2.12.3"
implementation "org.tinylog:tinylog-api:2.4.0-M1"
implementation "org.tinylog:tinylog-impl:2.4.0-M1"
testImplementation "net.jqwik:jqwik:1.5.1"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.0-M1"