[F] Fix spring autowire for AquaNetUser

This commit is contained in:
Azalea
2024-02-17 01:43:52 -05:00
parent a65fa8cf10
commit 32826440cb
3 changed files with 2 additions and 3 deletions

View File

@@ -55,6 +55,7 @@ dependencies {
implementation("io.ktor:ktor-client-cio:2.3.8")
implementation("io.ktor:ktor-client-content-negotiation:2.3.8")
implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.8")
implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.22")
}
group = "icu.samnya"