File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ buildscript {
65
65
}
66
66
maven { url " https://jetbrains.bintray.com/kotlin-native-dependencies" }
67
67
maven { url " https://plugins.gradle.org/m2/" }
68
+ maven { url " https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" }
68
69
}
69
70
70
71
dependencies {
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ repositories {
19
19
maven(" https://plugins.gradle.org/m2" )
20
20
maven(" https://dl.bintray.com/kotlin/kotlin-dev" )
21
21
}
22
+ maven(" https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" )
22
23
23
24
if (buildSnapshotTrain) {
24
25
mavenLocal()
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ kotlin_version=1.4.30
9
9
10
10
# Dependencies
11
11
junit_version =4.12
12
- atomicfu_version =0.15.1
12
+ atomicfu_version =0.15.2
13
13
knit_version =0.2.3
14
14
html_version =0.6.8
15
15
lincheck_version =2.10
@@ -21,7 +21,7 @@ rxjava2_version=2.2.8
21
21
rxjava3_version =3.0.2
22
22
javafx_version =11.0.2
23
23
javafx_plugin_version =0.0.8
24
- binary_compatibility_validator_version =0.4 .0
24
+ binary_compatibility_validator_version =0.5 .0
25
25
blockhound_version =1.0.2.RELEASE
26
26
jna_version =5.5.0
27
27
Original file line number Diff line number Diff line change 4
4
5
5
distributionBase =GRADLE_USER_HOME
6
6
distributionPath =wrapper/dists
7
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.7.1 -all.zip
7
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.3 -all.zip
8
8
zipStoreBase =GRADLE_USER_HOME
9
9
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments