Skip to content

Commit 7680781

Browse files
committed
fix: can't reach parsek version
1 parent f0ca491 commit 7680781

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:2.1.0")
3030
}
3131

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

0 commit comments

Comments
 (0)