Skip to content

Commit 7ea5fe6

Browse files
Update Kotlin [1.3.31 -> 1.3.61] and dokka [0.10.0 -> 0.10.1].
1 parent 8e23c95 commit 7ea5fe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

objectbox-kotlin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ version= rootProject.version
33

44
buildscript {
55
ext.javadocDir = "$buildDir/docs/javadoc"
6-
ext.kotlin_version = '1.3.31'
7-
ext.dokka_version = '0.10.0'
6+
ext.kotlin_version = '1.3.61'
7+
ext.dokka_version = '0.10.1'
88

99
repositories {
1010
mavenCentral()

0 commit comments

Comments
 (0)