We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b93833 commit 0efefdaCopy full SHA for 0efefda
1 file changed
build.gradle.kts
@@ -29,7 +29,7 @@ dependencies {
29
if (bootstrap) {
30
compileOnly(project(mapOf("path" to ":Parsek")))
31
} else {
32
- compileOnly("dev.parsek:core:1.0.0-beta.18")
+ compileOnly("dev.parsek:core:1.0.0-beta.19")
33
}
34
35
compileOnly(kotlin("stdlib-jdk8"))
0 commit comments