We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b7932 commit f7e82bdCopy full SHA for f7e82bd
build.gradle
@@ -1,6 +1,8 @@
1
buildscript {
2
repositories {
3
- jcenter()
+ maven {
4
+ url "https://plugins.gradle.org/m2/"
5
+ }
6
}
7
8
dependencies {
@@ -51,4 +53,4 @@ compileKotlin {
51
53
52
54
compileTestKotlin {
55
kotlinOptions.jvmTarget = "1.8"
-}
56
+}
gradle.properties
@@ -1,4 +1,4 @@
kotlin.code.style=official
-ktor_version=1.2.3
+ktor_version=1.2.6
logback_version=1.2.1
-kotlin_version=1.3.50
+kotlin_version=1.3.61
0 commit comments