File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ object Kotlinx {
141
141
}
142
142
143
143
object Ktor {
144
- const val version = " 1.2.6 "
144
+ const val version = " 1.3.2 "
145
145
const val server = " io.ktor:ktor-server:$version "
146
146
const val serverNetty = " io.ktor:ktor-server-netty:$version "
147
147
const val auth = " io.ktor:ktor-auth:$version "
@@ -172,11 +172,12 @@ object Micrometer {
172
172
}
173
173
174
174
object Moshi {
175
- const val version = " 1.8.0 "
175
+ const val version = " 1.9.2 "
176
176
const val moshi = " com.squareup.moshi:moshi:$version "
177
177
const val moshiKotlin = " com.squareup.moshi:moshi-kotlin:$version "
178
178
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"
180
181
fun library (name : String ) = " com.squareup.moshi:moshi-$name :$version "
181
182
}
182
183
You can’t perform that action at this time.
0 commit comments