Skip to content

Commit

Permalink
chore: fix back dependencies to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
duruer committed Apr 2, 2024
1 parent 642cb42 commit 462b974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ dependencies {
compileOnly(project(mapOf("path" to ":plugins:parsek-plugin-auth")))
} else {
compileOnly("com.github.StatuParsek:Parsek:main-SNAPSHOT")
compileOnly("com.github.StatuParsek:parsek-plugin-database:v1.0.0")
compileOnly("com.github.StatuParsek:parsek-plugin-auth:v1.0.1")
compileOnly("com.github.StatuParsek:parsek-plugin-database:main-SNAPSHOT")
compileOnly("com.github.StatuParsek:parsek-plugin-auth:main-SNAPSHOT")
}

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

0 comments on commit 462b974

Please sign in to comment.