File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
import org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpack
2
2
3
- val kotlinVersion = " 1.5.31 "
4
- val serializationVersion = " 1.3.0 "
3
+ val kotlinVersion = " 1.6.10 "
4
+ val serializationVersion = " 1.3.2 "
5
5
val ktorVersion = " 1.6.7"
6
- val logbackVersion = " 1.2.3 "
7
- val reactVersion = " 17.0.2-pre.265 -kotlin-1.5.31 "
8
- val kmongoVersion = " 4.3 .0"
6
+ val logbackVersion = " 1.2.10 "
7
+ val reactVersion = " 17.0.2-pre.299 -kotlin-1.6.10 "
8
+ val kmongoVersion = " 4.5 .0"
9
9
10
10
plugins {
11
- kotlin(" multiplatform" ) version " 1.5.31 "
11
+ kotlin(" multiplatform" ) version " 1.6.10 "
12
12
application // to run JVM part
13
- kotlin(" plugin.serialization" ) version " 1.5.31 "
13
+ kotlin(" plugin.serialization" ) version " 1.6.10 "
14
14
}
15
15
16
16
group = " org.example"
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments