Skip to content

Commit 2dc8e4c

Browse files
committed
Update Gradle plugins
1 parent 732110f commit 2dc8e4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
plugins {
33
id 'java'
44
id 'jacoco'
5-
id 'org.jetbrains.kotlin.jvm' version '1.3.11'
5+
id 'org.jetbrains.kotlin.jvm' version '1.3.21'
66
id 'com.github.kt3k.coveralls' version '2.8.2'
7-
id 'com.github.ben-manes.versions' version '0.20.0'
8-
id 'ru.vyarus.quality' version '3.3.0'
7+
id 'com.github.ben-manes.versions' version '0.21.0'
8+
id 'ru.vyarus.quality' version '3.4.0'
99
id 'ru.vyarus.java-lib' version '1.1.2'
1010
}
1111

0 commit comments

Comments
 (0)