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 {
141141}
142142
143143object 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
174174object 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
You can’t perform that action at this time.
0 commit comments