We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c8273 commit 7e7fad7Copy full SHA for 7e7fad7
build.gradle.kts
@@ -7,7 +7,7 @@ import java.net.URI
7
8
// define the gav coordinates of this project
9
group = "net.scrayos"
10
-version = "0.8.3-SNAPSHOT"
+version = "0.8.3"
11
description = "Xenos Client (Kotlin/Java)"
12
13
// hook the plugins for the builds
@@ -37,7 +37,7 @@ dependencies {
37
// add coroutines for our coroutine-based communication
38
implementation(libs.kotlin.coroutines.core)
39
40
- // compile against the slf4j API for logging
+ // compile against the SLF4J API for logging
41
compileOnly(libs.slf4j)
42
43
// specify test dependencies
0 commit comments