From eb8197e0057b21af6b526dc97199484e7303d844 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Wed, 24 Apr 2019 15:47:34 +0200 Subject: chore: Update build dependencies This change updates the build dependencies Kotlin, Dokka, Ktlint and JUnit to more recent versions. --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 4065aa07..3d53b45c 100644 --- a/build.gradle +++ b/build.gradle @@ -23,9 +23,9 @@ */ plugins { - id 'org.jetbrains.kotlin.jvm' version '1.3.21' apply false - id 'org.jetbrains.dokka' version '0.9.17' apply false - id 'org.jlleitschuh.gradle.ktlint' version '7.1.0' apply false + id 'org.jetbrains.kotlin.jvm' version '1.3.30' apply false + id 'org.jetbrains.dokka' version '0.9.18' apply false + id 'org.jlleitschuh.gradle.ktlint' version '7.4.0' apply false } allprojects { @@ -33,8 +33,8 @@ allprojects { version = '2.0.0' ext { - junit_jupiter_version = '5.3.2' - junit_platform_version = '1.3.2' + junit_jupiter_version = '5.4.2' + junit_platform_version = '1.4.2' github_url = "https://github.com/atlarge-research/${rootProject.name}" } } -- cgit v1.2.3