summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle10
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}"
}
}