Skip to content

Commit

Permalink
Update Ktor version (#5)
Browse files Browse the repository at this point in the history
* update ktor

* fix merge issues
  • Loading branch information
LukasForst authored Jul 4, 2022
1 parent aaccac2 commit 0a31bf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 90 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _This version by [LukasForst](https://github.com/LukasForst) was migrated to Kto

```kotlin
dependencies {
implementation("dev.forst", "ktor-openapi-generator", "0.4.3")
implementation("dev.forst", "ktor-openapi-generator", "0.4.4")
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation(kotlin("stdlib-jdk8"))

// Ktor server dependencies
val ktorVersion = "2.0.2"
val ktorVersion = "2.0.3"
implementation("io.ktor", "ktor-server-core", ktorVersion)
implementation("io.ktor", "ktor-server-auth", ktorVersion)
implementation("io.ktor", "ktor-serialization-jackson", ktorVersion)
Expand All @@ -34,7 +34,7 @@ dependencies {

implementation("org.slf4j:slf4j-api:1.7.36")

implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.2") // needed for multipart parsing
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.3") // needed for multipart parsing
implementation("org.webjars:swagger-ui:3.25.0")

implementation("org.reflections:reflections:0.10.2") // only used while initializing
Expand Down

This file was deleted.

0 comments on commit 0a31bf8

Please sign in to comment.