File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ buildscript {
3939 url " https://plugins.gradle.org/m2/"
4040 }
4141 jcenter()
42- maven { url " http ://dl.bintray.com/kotlin/kotlin-dev" }
42+ maven { url " https ://dl.bintray.com/kotlin/kotlin-dev" }
4343 maven { url " https://dl.bintray.com/jetbrains/markdown/" }
4444 maven { url " https://dl.bintray.com/arrow-kt/arrow-kt/" }
4545 }
@@ -69,8 +69,8 @@ allprojects {
6969 repositories {
7070 jcenter()
7171 maven { url ' https://kotlin.bintray.com/kotlinx' }
72- maven { url " http ://dl.bintray.com/kotlin/kotlin-dev" }
73- maven { url " http ://dl.bintray.com/arrow-kt/arrow-kt" }
72+ maven { url " https ://dl.bintray.com/kotlin/kotlin-dev" }
73+ maven { url " https ://dl.bintray.com/arrow-kt/arrow-kt" }
7474 maven { url " https://dl.bintray.com/jetbrains/markdown/" }
7575 }
7676}
@@ -252,4 +252,4 @@ dependencyUpdates {
252252
253253task checkDependenciesVersion {
254254 dependsOn dependencyUpdates
255- }
255+ }
You can’t perform that action at this time.
0 commit comments