Skip to content

Commit 0efefda

Browse files
committed
feat: use latest parsek core build
1 parent 5b93833 commit 0efefda

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
@@ -29,7 +29,7 @@ dependencies {
2929
if (bootstrap) {
3030
compileOnly(project(mapOf("path" to ":Parsek")))
3131
} else {
32-
compileOnly("dev.parsek:core:1.0.0-beta.18")
32+
compileOnly("dev.parsek:core:1.0.0-beta.19")
3333
}
3434

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

0 commit comments

Comments
 (0)