Skip to content

Commit

Permalink
ktor 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfallet committed Feb 21, 2024
1 parent 9c70b5f commit 6ff1bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extopy-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("convention.publication")
id("org.jetbrains.kotlinx.kover")
id("com.google.devtools.ksp")
id("io.ktor.plugin") version "2.3.7"
id("io.ktor.plugin") version "2.3.8"
}

application {
Expand Down Expand Up @@ -49,7 +49,7 @@ kotlin {
applyDefaultHierarchyTemplate()

val coroutinesVersion = "1.7.3"
val ktorVersion = "2.3.7"
val ktorVersion = "2.3.8"
val koinVersion = "3.5.0"
val logbackVersion = "0.9.30"
val ktorxVersion = "2.2.2"
Expand Down

0 comments on commit 6ff1bf4

Please sign in to comment.