Skip to content

Commit

Permalink
Fix ktor
Browse files Browse the repository at this point in the history
  • Loading branch information
rogervinas committed Nov 10, 2023
1 parent 96db4b6 commit ba04d92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

[![Ktor](https://github.com/rogervinas/top-5-server-side-kotlin-frameworks-2022/actions/workflows/ktor.yml/badge.svg)](https://github.com/rogervinas/top-5-server-side-kotlin-frameworks-2022/actions/workflows/ktor.yml)
![Java](https://img.shields.io/badge/Java-17-blue?labelColor=black)
![Kotlin](https://img.shields.io/badge/Kotlin-1.8.10-blue?labelColor=black)
![Kotlin](https://img.shields.io/badge/Kotlin-1.9.20-blue?labelColor=black)
![Ktor](https://img.shields.io/badge/Ktor-2.2.4-blue?labelColor=black)

[![Http4k](https://github.com/rogervinas/top-5-server-side-kotlin-frameworks-2022/actions/workflows/http4k.yml/badge.svg)](https://github.com/rogervinas/top-5-server-side-kotlin-frameworks-2022/actions/workflows/http4k.yml)
Expand Down
6 changes: 3 additions & 3 deletions ktor-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ val logback_version: String by project
val postgres_version: String by project

plugins {
kotlin("jvm") version "$kotlin_version"
id("io.ktor.plugin") version "$ktor_version"
id("org.jetbrains.kotlin.plugin.serialization") version "$kotlin_version"
kotlin("jvm") version "1.9.20"
id("io.ktor.plugin") version "2.2.4"
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.20"
}

group = "org.rogervinas"
Expand Down
2 changes: 1 addition & 1 deletion ktor-app/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ktor_version=2.2.4
kotlin_version=1.8.10
kotlin_version=1.9.20
logback_version=1.2.11
postgres_version=42.5.1

Expand Down

0 comments on commit ba04d92

Please sign in to comment.