summaryrefslogtreecommitdiff
path: root/simulator/opendc/opendc-core
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2020-09-27 17:14:38 +0200
committerGitHub <noreply@github.com>2020-09-27 17:14:38 +0200
commit1656a77645079754fc31cffad9d0af6d92e184ee (patch)
treeb644619ca159dc0ba85ef57788294c05f6f53976 /simulator/opendc/opendc-core
parentb717004a0c37e0f6282ec40a667c14d18e87b528 (diff)
parentc0f9343293392c357d4a3d5ea889a25a91ea0123 (diff)
Merge pull request #41 from atlarge-research/chore/kotlin-1.4
Update to Kotlin 1.4
Diffstat (limited to 'simulator/opendc/opendc-core')
-rw-r--r--simulator/opendc/opendc-core/build.gradle.kts1
1 files changed, 0 insertions, 1 deletions
diff --git a/simulator/opendc/opendc-core/build.gradle.kts b/simulator/opendc/opendc-core/build.gradle.kts
index 5443f056..45c38ffd 100644
--- a/simulator/opendc/opendc-core/build.gradle.kts
+++ b/simulator/opendc/opendc-core/build.gradle.kts
@@ -30,7 +30,6 @@ plugins {
}
dependencies {
- implementation(kotlin("stdlib"))
api(project(":odcsim:odcsim-api"))
testImplementation("org.junit.jupiter:junit-jupiter-api:${Library.JUNIT_JUPITER}")