We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1728b commit 8f91a87Copy full SHA for 8f91a87
build.gradle
@@ -1,5 +1,5 @@
1
buildscript {
2
- ext.kotlin_version = '1.9.24'
+ ext.kotlin_version = '2.0.0'
3
repositories {
4
mavenCentral()
5
//Needed only for SNAPSHOT versions
@@ -69,7 +69,7 @@ dependencies {
69
implementation 'javax.annotation:javax.annotation-api:1.3.2'
70
implementation 'build.buf:protovalidate:0.2.1'
71
72
- testImplementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.24'
+ testImplementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0'
73
testImplementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3'
74
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
75
testImplementation 'io.grpc:grpc-okhttp:1.64.0'
0 commit comments