File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
id ' java'
4
4
id ' application'
5
5
id ' com.google.protobuf' version ' 0.9.2'
6
- id ' org.jetbrains.kotlin.jvm' version ' 1.9.0 '
6
+ id ' org.jetbrains.kotlin.jvm' version ' 1.9.20 '
7
7
id " com.github.ben-manes.versions" version ' 0.46.0'
8
8
}
9
9
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ plugins {
2
2
id ' idea'
3
3
// id 'application'
4
4
id ' java'
5
- id ' com.google.protobuf' version ' 0.9.2'
6
- id ' org.jetbrains.kotlin.jvm' version ' 1.9.0'
7
- id ' com.github.johnrengelman.shadow' version ' 8.1.1'
5
+ id ' com.google.protobuf' version ' 0.9.4'
6
+ id ' org.jetbrains.kotlin.jvm' version ' 1.9.20'
8
7
id " com.github.ben-manes.versions" version " 0.49.0"
8
+ id ' com.github.johnrengelman.shadow' version ' 8.1.1'
9
9
}
10
10
11
11
group ' org.athenian'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ coroutines_version=1.7.3
10
10
gengrpc_version =1.4.0
11
11
grpc_version =1.59.0
12
12
junit_version =4.13.2
13
- kotlin_version =1.9.0
13
+ kotlin_version =1.9.20
14
14
krotodc_version =1.0.6
15
15
logback_version =1.4.11
16
16
logging_version =4.0.0-beta-2
You can’t perform that action at this time.
0 commit comments