summaryrefslogtreecommitdiff
path: root/opendc-core
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2018-02-12 14:02:21 +0100
committerFabian Mastenbroek <mail.fabianm@gmail.com>2018-02-12 14:02:21 +0100
commit67c8bc6cdd421262c4f59ce03506463a830af6e6 (patch)
tree7f292b877d2c05fa8c5eeeee6aadf4d382bd6cdc /opendc-core
parentb1c4d1f94e35445bdba5a56b614d0ec28a332624 (diff)
refactor(#18): Update dependencies
This change bumps the version of the dependencies used by the project.
Diffstat (limited to 'opendc-core')
-rw-r--r--opendc-core/build.gradle7
1 files changed, 2 insertions, 5 deletions
diff --git a/opendc-core/build.gradle b/opendc-core/build.gradle
index f1eac0da..4a45b911 100644
--- a/opendc-core/build.gradle
+++ b/opendc-core/build.gradle
@@ -24,7 +24,7 @@
/* Build configuration */
buildscript {
- ext.kotlin_version = '1.2.10'
+ ext.kotlin_version = '1.2.21'
ext.dokka_version = '0.9.15'
repositories {
@@ -35,7 +35,7 @@ buildscript {
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:$dokka_version"
- classpath 'org.junit.platform:junit-platform-gradle-plugin:1.0.0-RC3'
+ classpath 'org.junit.platform:junit-platform-gradle-plugin:1.0.3'
}
}
@@ -77,11 +77,8 @@ repositories {
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
- compile "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version"
- compile "org.jetbrains.kotlinx:kotlinx-coroutines-core:0.21"
testCompile "org.junit.jupiter:junit-jupiter-api:5.0.0-RC3"
testRuntime "org.junit.jupiter:junit-jupiter-engine:5.0.0-RC3"
testCompile "org.junit.platform:junit-platform-launcher:1.0.0-RC3"
- testCompile "org.slf4j:slf4j-simple:1.7.25"
}