File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,16 @@ group=io.rsocket.kotlin
19
19
version =0.13.1
20
20
21
21
# Versions
22
- kotlinVersion =1.5.20
22
+ kotlinVersion =1.5.21
23
23
ktorVersion =1.6.1
24
- kotlinxCoroutinesVersion =1.5.0 -native-mt
25
- kotlinxAtomicfuVersion =0.16.1
26
- kotlinxSerializationVersion =1.2.1
24
+ kotlinxCoroutinesVersion =1.5.1 -native-mt
25
+ kotlinxAtomicfuVersion =0.16.2
26
+ kotlinxSerializationVersion =1.2.2
27
27
kotlinxBenchmarkVersion =0.3.1
28
28
kotlinxNodejsVersion =0.0.7
29
29
rsocketJavaVersion =1.1.1
30
30
turbineVersion =0.5.2
31
- bintrayVersion =1.8.5
32
- artifactoryVersion =4.18.2
31
+ artifactoryVersion =4.24.12
33
32
versionUpdatesVersion =0.39.0
34
33
gradleEnterpriseVersion =3.4.1
35
34
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.1.1 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ case "`uname`" in
72
72
Darwin* )
73
73
darwin=true
74
74
;;
75
- MINGW* )
75
+ MSYS * | MINGW* )
76
76
msys=true
77
77
;;
78
78
NONSTOP* )
You can’t perform that action at this time.
0 commit comments