Skip to content

Commit 1785035

Browse files
committed
Upgrade ktor and moishi
1 parent 58cca42 commit 1785035

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

buildSrc/src/main/kotlin/Constants.kt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ object Kotlinx {
141141
}
142142

143143
object Ktor {
144-
const val version = "1.2.6"
144+
const val version = "1.3.2"
145145
const val server = "io.ktor:ktor-server:$version"
146146
const val serverNetty = "io.ktor:ktor-server-netty:$version"
147147
const val auth = "io.ktor:ktor-auth:$version"
@@ -172,11 +172,12 @@ object Micrometer {
172172
}
173173

174174
object Moshi {
175-
const val version = "1.8.0"
175+
const val version = "1.9.2"
176176
const val moshi = "com.squareup.moshi:moshi:$version"
177177
const val moshiKotlin = "com.squareup.moshi:moshi-kotlin:$version"
178178
const val moshiAdapters = "com.squareup.moshi:moshi-adapters:$version"
179-
const val moshiKtor = "com.ryanharter.ktor:ktor-moshi:1.0.1"
179+
// waiting for https://github.com/rharter/ktor-moshi/pull/8
180+
const val moshiKtor = "com.github.cs125-illinois:ktor-moshi:7252ca49ed"
180181
fun library(name: String) = "com.squareup.moshi:moshi-$name:$version"
181182
}
182183

0 commit comments

Comments
 (0)