Skip to content

Commit fb2565f

Browse files
committed
Upgrade plugins to Kotlin 1.2.71 and Asciidoctor 1.5.9
1 parent 50a4769 commit fb2565f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ buildscript {
1111
// 3rd party plugin repositories can be configured in settings.gradle
1212
plugins {
1313
id "io.spring.dependency-management" version "1.0.5.RELEASE" apply false
14-
id "org.jetbrains.kotlin.jvm" version "1.2.70" apply false
14+
id "org.jetbrains.kotlin.jvm" version "1.2.71" apply false
1515
id "org.jetbrains.dokka" version "0.9.17"
16-
id "org.asciidoctor.convert" version "1.5.7"
16+
id "org.asciidoctor.convert" version "1.5.9"
1717
}
1818

1919
ext {

0 commit comments

Comments
 (0)