Skip to content

Commit

Permalink
🎉 1.0.0 をリリース
Browse files Browse the repository at this point in the history
  • Loading branch information
sya-ri committed Jan 27, 2022
1 parent 80575a2 commit 9613cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "com.github.cheatank"
version = "1.0.0-SNAPSHOT"
version = "1.0.0"

repositories {
mavenCentral()
Expand All @@ -18,7 +18,7 @@ repositories {

dependencies {
implementation(kotlin("stdlib"))
implementation("com.github.cheatank:common:1.0.0-SNAPSHOT")
implementation("com.github.cheatank:common:1.0.0")
implementation("io.ktor:ktor-server-core:1.6.7")
implementation("io.ktor:ktor-server-cio:1.6.7")
implementation("io.ktor:ktor-websockets:1.6.7")
Expand Down

0 comments on commit 9613cd6

Please sign in to comment.