Skip to content

Commit

Permalink
chore: update parsek dependency to main
Browse files Browse the repository at this point in the history
  • Loading branch information
duruer committed Apr 2, 2024
1 parent ce375b6 commit 5865d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
if (bootstrap) {
compileOnly(project(mapOf("path" to ":Parsek")))
} else {
compileOnly("com.github.StatuParsek:Parsek:beta-SNAPSHOT")
compileOnly("com.github.StatuParsek:Parsek:main-SNAPSHOT")
}

compileOnly(kotlin("stdlib-jdk8"))
Expand Down

0 comments on commit 5865d77

Please sign in to comment.