Skip to content

Commit

Permalink
Remove extraneous dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Monkopedia committed Dec 14, 2022
1 parent 421528b commit 97c8c56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=0.7.0
version=0.7.1
signing.gnupg.keyName=5B83421E2338B907
org.gradle.jvmargs=-Xmx4096m
1 change: 0 additions & 1 deletion ksrpc-packets/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ kotlin {

implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.3.3")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3")
implementation("com.github.ajalt:clikt:2.8.0")
}
sourceSets["jvmTest"].dependencies {
implementation("io.ktor:ktor-server-core:2.0.2")
Expand Down

0 comments on commit 97c8c56

Please sign in to comment.