Skip to content

Commit 22f3b27

Browse files
committed
feat: made compatible with latest auth plugin
1 parent b8b2d46 commit 22f3b27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
compileOnly(project(mapOf("path" to ":plugins:parsek-plugin-auth")))
3131
} else {
3232
compileOnly("dev.parsek:core:1.0.0-beta.19")
33-
compileOnly("dev.parsek:parsek-plugin-auth:1.0.0-dev.6")
33+
compileOnly("dev.parsek:parsek-plugin-auth:1.0.0-dev.7")
3434
}
3535

3636
compileOnly(kotlin("stdlib-jdk8"))

0 commit comments

Comments
 (0)