File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
src/main/java/nl/myndocs/oauth2/ktor/feature/request Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2121 <dependency >
2222 <groupId >io.mockk</groupId >
2323 <artifactId >mockk</artifactId >
24- <version >1.8.6 </version >
24+ <version >1.8.12.kotlin13 </version >
2525 <scope >test</scope >
2626 </dependency >
2727 <dependency >
Original file line number Diff line number Diff line change 1212 <artifactId >oauth2-server-ktor</artifactId >
1313
1414 <properties >
15- <ktor .version>0.9.5</ktor .version>
16- <serialization .version>0.6.1</serialization .version>
15+ <ktor .version>1.0.0-beta-4</ktor .version>
1716 </properties >
1817
1918
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import io.ktor.response.header
1010import io.ktor.response.respondRedirect
1111import io.ktor.response.respondText
1212import io.ktor.util.toMap
13- import kotlinx.coroutines.experimental. runBlocking
13+ import kotlinx.coroutines.runBlocking
1414import nl.myndocs.oauth2.json.JsonMapper
1515import nl.myndocs.oauth2.request.CallContext
1616
Original file line number Diff line number Diff line change 1010 <version >0.2.2</version >
1111
1212 <properties >
13- <kotlin .version>1.2.60 </kotlin .version>
13+ <kotlin .version>1.3.0 </kotlin .version>
1414 <maven .compiler.source>1.8</maven .compiler.source>
1515 <maven .compiler.target>1.8</maven .compiler.target>
1616 </properties >
You can’t perform that action at this time.
0 commit comments