summaryrefslogtreecommitdiff
path: root/opendc-stdlib/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-stdlib/build.gradle')
-rw-r--r--opendc-stdlib/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/opendc-stdlib/build.gradle b/opendc-stdlib/build.gradle
index 1013b82d..a0c92459 100644
--- a/opendc-stdlib/build.gradle
+++ b/opendc-stdlib/build.gradle
@@ -77,6 +77,7 @@ repositories {
dependencies {
compile project(':opendc-core')
+ compile "io.github.microutils:kotlin-logging:1.4.6"
testCompile "org.junit.jupiter:junit-jupiter-api:5.0.0-RC3"
testRuntime "org.junit.jupiter:junit-jupiter-engine:5.0.0-RC3"