summaryrefslogtreecommitdiff
path: root/opendc-stdlib/build.gradle
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2017-09-21 23:25:44 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2017-09-21 23:25:44 +0200
commita031db367c71ec1604b34f3765198c2196bfe551 (patch)
tree793c4af1a9b0c4f8bbc0d901b2a8ae90ac22d4ee /opendc-stdlib/build.gradle
parent735d5543ed72f0c6cf632b35b3f23323cebcf81b (diff)
Create simple datacenter experiment
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"