Skip to content

Commit b398ed6

Browse files
committed
chore: use beta channel of dependencies
1 parent 0ca7f0a commit b398ed6

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
@@ -26,7 +26,7 @@ dependencies {
2626
if (bootstrap) {
2727
compileOnly(project(mapOf("path" to ":Parsek")))
2828
} else {
29-
compileOnly("com.github.StatuParsek:Parsek:main-SNAPSHOT")
29+
compileOnly("com.github.StatuParsek:Parsek:beta-SNAPSHOT")
3030
}
3131

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

0 commit comments

Comments
 (0)