Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Update Ktor
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Jan 6, 2023
1 parent 7b61a52 commit 98e6ae5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ dependencies {
////////////////////
// Ktor dependencvies
////////////////////
api("io.ktor:ktor-server-jetty:2.2.1")
api("io.ktor:ktor-server-websockets:2.2.1")
api("io.ktor:ktor-server-default-headers:2.2.1")
api("io.ktor:ktor-server-compression:2.2.1")
api("io.ktor:ktor-server-caching-headers:2.2.1")
api("io.ktor:ktor-network-tls-certificates:2.2.1")
api("io.ktor:ktor-server-jetty:2.2.2")
api("io.ktor:ktor-server-websockets:2.2.2")
api("io.ktor:ktor-server-default-headers:2.2.2")
api("io.ktor:ktor-server-compression:2.2.2")
api("io.ktor:ktor-server-caching-headers:2.2.2")
api("io.ktor:ktor-network-tls-certificates:2.2.2")

api("io.mola.galimatias:galimatias:0.2.1")

Expand Down

0 comments on commit 98e6ae5

Please sign in to comment.