We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecba9c1 commit b130dc2Copy full SHA for b130dc2
build.gradle.kts
@@ -24,9 +24,9 @@ buildscript {
24
val essentialsVersion by extra("3.1.0")
25
val juniVersion by extra("4.13.2")
26
val mockitoVersion by extra("3.8.0")
27
- val kotlinVersion by extra("1.7.0")
28
- val coroutinesVersion by extra("1.6.2")
29
- val dokkaVersion by extra("1.6.10")
+ val kotlinVersion by extra("1.7.20")
+ val coroutinesVersion by extra("1.6.4")
+ val dokkaVersion by extra("1.7.20")
30
31
println("version=$obxJavaVersion")
32
println("objectboxNativeDependency=$obxJniLibVersion")
0 commit comments