Skip to content

Commit

Permalink
Update Ktor to latest version (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasForst authored Sep 30, 2022
1 parent b9581c6 commit 5500221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.net.URL


plugins {
kotlin("jvm") version "1.7.10"
kotlin("jvm") version "1.7.20"

`maven-publish`
signing
Expand All @@ -25,7 +25,7 @@ dependencies {
implementation(kotlin("stdlib-jdk8"))

// Ktor server dependencies
val ktorVersion = "2.1.1"
val ktorVersion = "2.1.2"
implementation("io.ktor", "ktor-server-core", ktorVersion)
implementation("io.ktor", "ktor-server-auth", ktorVersion)
implementation("io.ktor", "ktor-serialization-jackson", ktorVersion)
Expand Down

0 comments on commit 5500221

Please sign in to comment.