Skip to content

Commit

Permalink
🍱 Refresh Screenshots
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Colman Lopes <[email protected]>
  • Loading branch information
LeoColman committed Jan 12, 2025
1 parent ab205d5 commit 9eb678b
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: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")
@file:DependsOn("io.ktor:ktor-server-core-jvm:3.0.2")
@file:DependsOn("io.ktor:ktor-server-netty-jvm:3.0.2")
@file:DependsOn("io.ktor:ktor-server-content-negotiation-jvm:3.0.2")
@file:DependsOn("io.ktor:ktor-serialization-kotlinx-json-jvm:3.0.2")
@file:DependsOn("io.ktor:ktor-server-host-common-jvm:3.0.2")

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

0 comments on commit 9eb678b

Please sign in to comment.