We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ca491 commit 7680781Copy full SHA for 7680781
1 file changed
build.gradle.kts
@@ -26,7 +26,7 @@ dependencies {
26
if (bootstrap) {
27
compileOnly(project(mapOf("path" to ":Parsek")))
28
} else {
29
- compileOnly("com.github.StatuParsek:Parsek:main-SNAPSHOT")
+ compileOnly("com.github.StatuParsek:Parsek:2.1.0")
30
}
31
32
compileOnly(kotlin("stdlib-jdk8"))
0 commit comments