We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b2d46 commit 22f3b27Copy full SHA for 22f3b27
1 file changed
build.gradle.kts
@@ -30,7 +30,7 @@ dependencies {
30
compileOnly(project(mapOf("path" to ":plugins:parsek-plugin-auth")))
31
} else {
32
compileOnly("dev.parsek:core:1.0.0-beta.19")
33
- compileOnly("dev.parsek:parsek-plugin-auth:1.0.0-dev.6")
+ compileOnly("dev.parsek:parsek-plugin-auth:1.0.0-dev.7")
34
}
35
36
compileOnly(kotlin("stdlib-jdk8"))
0 commit comments