diff options
| -rw-r--r-- | build.gradle | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle index f8a34688..598f6535 100644 --- a/build.gradle +++ b/build.gradle @@ -23,9 +23,9 @@ */ plugins { - id 'org.jetbrains.kotlin.jvm' version '1.3.0' apply false + id 'org.jetbrains.kotlin.jvm' version '1.3.11' apply false id 'org.jetbrains.dokka' version '0.9.17' apply false - id 'org.jlleitschuh.gradle.ktlint' version '6.2.1' apply false + id 'org.jlleitschuh.gradle.ktlint' version '6.3.1' apply false } allprojects { @@ -33,14 +33,14 @@ allprojects { version = '2.0.0' ext { - junit_jupiter_version = '5.3.1' - junit_platform_version = '1.3.1' + junit_jupiter_version = '5.3.2' + junit_platform_version = '1.3.2' github_url = "https://github.com/atlarge-research/${rootProject.name}" } } wrapper { - gradleVersion = '4.10' + gradleVersion = '5.1' } // Wait for children to evaluate so we can configure tasks that are dependant on children |
