diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2019-04-24 15:47:34 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2019-05-13 20:26:46 +0200 |
| commit | eb8197e0057b21af6b526dc97199484e7303d844 (patch) | |
| tree | 6a7e3739524ef0c871e1a78723820a9cbee410f6 | |
| parent | 7e87f2964595ee3cfab84db84c3c7efb66a89d15 (diff) | |
chore: Update build dependencies
This change updates the build dependencies Kotlin, Dokka, Ktlint and
JUnit to more recent versions.
| -rw-r--r-- | build.gradle | 10 |
1 files 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}" } } |
