Skip to content

Commit

Permalink
chore: use v1.1.0 for payment plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
duruer committed Apr 2, 2024
1 parent 10e0e5f commit 3f80b30
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 @@ -33,7 +33,7 @@ dependencies {
compileOnly("com.github.StatuParsek:Parsek:main-SNAPSHOT")
compileOnly("com.github.StatuParsek:parsek-plugin-database:main-SNAPSHOT")
compileOnly("com.github.StatuParsek:parsek-plugin-auth:main-SNAPSHOT")
compileOnly("com.github.StatuParsek:parsek-plugin-payment:main-SNAPSHOT")
compileOnly("com.github.StatuParsek:parsek-plugin-payment:v1.1.0")
}

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

0 comments on commit 3f80b30

Please sign in to comment.