Skip to content

Commit

Permalink
Update Ktor
Browse files Browse the repository at this point in the history
  • Loading branch information
Scogun committed Apr 9, 2024
1 parent e913e0a commit b631e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependensies.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.gradle.api.Project

const val ktorVersion = "2.3.9"
const val ktorVersion = "2.3.10"
const val kotestVersion = "5.8.1"

fun Project.ktor(module: String) = "io.ktor:ktor-$module:$ktorVersion"
Expand Down

0 comments on commit b631e4b

Please sign in to comment.