where did HttpStatusCode go?
# ktor
b
where did HttpStatusCode go?
e
Hi @bitkid, what version of ktor do you use?
b
i am trying to move from 1.0.1 to 1.1.0
but i get all kinds of compile errors
these are my deps
Copy code
implementation("io.ktor:ktor-client-cio:$ktorVersion")
    implementation("io.ktor:ktor-server-cio:$ktorVersion")
    implementation("io.ktor:ktor-jackson:$ktorVersion")
    implementation("io.ktor:ktor-locations:$ktorVersion") {
        exclude(group = "junit")
    }
e
There is a bug in pom files in
1.1.0
, the fix would be available soon.
b
ah ok .. so i wait with the upgrade
👍 1
d
for now u can use ktor-http-jvm