Skip to content

Commit c5bee3f

Browse files
committed
feat: made compatible with latest database plugin
1 parent b5046a1 commit c5bee3f

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
@@ -32,7 +32,7 @@ dependencies {
3232
compileOnly(project(mapOf("path" to ":plugins:parsek-plugin-database")))
3333
} else {
3434
compileOnly("dev.parsek:core:1.0.0-beta.19")
35-
compileOnly("dev.parsek:parsek-plugin-database:1.0.0-dev.3")
35+
compileOnly("dev.parsek:parsek-plugin-database:1.0.0-dev.5")
3636
}
3737

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

0 commit comments

Comments
 (0)