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

Commit

Permalink
bump version for overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
guimc233 authored Oct 12, 2024
1 parent 4ce7e9c commit dcd01bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {

dependencies {
val ktor_version = "2.3.5"
val overflow_version = "0.9.9.515-f8d867b-SNAPSHOT"
val overflow_version = "1.0.0"
implementation(kotlin("stdlib"))
implementation("io.ktor:ktor-server-core:$ktor_version")
implementation("io.ktor:ktor-server-netty:$ktor_version")
Expand Down

0 comments on commit dcd01bd

Please sign in to comment.