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