Skip to content

Commit

Permalink
Revert "fix: update deps (#327)" (#331)
Browse files Browse the repository at this point in the history
This reverts commit 0da511c.
  • Loading branch information
hlts2 authored May 22, 2024
1 parent 0da511c commit 3f37e31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '2.0.0'
ext.kotlin_version = '1.9.24'
repositories {
mavenCentral()
//Needed only for SNAPSHOT versions
Expand Down Expand Up @@ -69,7 +69,7 @@ dependencies {
implementation 'javax.annotation:javax.annotation-api:1.3.2'
implementation 'build.buf:protovalidate:0.2.1'

testImplementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0'
testImplementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.24'
testImplementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
testImplementation 'io.grpc:grpc-okhttp:1.64.0'
Expand Down

0 comments on commit 3f37e31

Please sign in to comment.