Skip to content

Commit 0f40f42

Browse files
committed
Removed unnecessary coroutines dependency and changed the version number
1 parent b276073 commit 0f40f42

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,14 @@ plugins {
55
}
66

77
group = "me.altered"
8-
version = "1.0-SNAPSHOT"
8+
version = "1.0.1"
99

1010
repositories {
1111
mavenCentral()
1212
}
1313

1414
dependencies {
1515
testImplementation(kotlin("test"))
16-
val coroutinesVersion = "1.5.1"
17-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion")
1816
}
1917

2018
tasks.test {

0 commit comments

Comments
 (0)