Skip to content

Commit

Permalink
⬆ Update ktor monorepo to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 12, 2025
1 parent e2e805b commit 90145e6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/refresh_screenshots.main.kts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env kotlin

@file:DependsOn("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.1")
@file:DependsOn("io.ktor:ktor-server-core-jvm:2.3.12")
@file:DependsOn("io.ktor:ktor-server-netty-jvm:2.3.12")
@file:DependsOn("io.ktor:ktor-server-content-negotiation-jvm:2.3.12")
@file:DependsOn("io.ktor:ktor-serialization-kotlinx-json-jvm:2.3.12")
@file:DependsOn("io.ktor:ktor-server-host-common-jvm:2.3.12")
@file:DependsOn("io.ktor:ktor-server-core-jvm:3.0.3")
@file:DependsOn("io.ktor:ktor-server-netty-jvm:3.0.3")
@file:DependsOn("io.ktor:ktor-server-content-negotiation-jvm:3.0.3")
@file:DependsOn("io.ktor:ktor-serialization-kotlinx-json-jvm:3.0.3")
@file:DependsOn("io.ktor:ktor-server-host-common-jvm:3.0.3")

import io.ktor.http.*
import io.ktor.http.content.*
Expand Down

0 comments on commit 90145e6

Please sign in to comment.