Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Commit dcd01bd

Browse files
authored
bump version for overflow
1 parent 4ce7e9c commit dcd01bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111

1212
dependencies {
1313
val ktor_version = "2.3.5"
14-
val overflow_version = "0.9.9.515-f8d867b-SNAPSHOT"
14+
val overflow_version = "1.0.0"
1515
implementation(kotlin("stdlib"))
1616
implementation("io.ktor:ktor-server-core:$ktor_version")
1717
implementation("io.ktor:ktor-server-netty:$ktor_version")

0 commit comments

Comments
 (0)