Skip to content

Commit

Permalink
added required libraries to plugin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DinoMarlir authored Apr 12, 2024
1 parent 3ad233b commit 58cc789
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ depend:
- WorldGuard
libraries:
- "net.axay:kspigot:1.20.3"
- "org.postgresql:postgresql:42.7.3"
- "org.jetbrains.exposed:exposed-core:0.35.1"
- "org.jetbrains.exposed:exposed-dao:0.35.1"
- "org.jetbrains.exposed:exposed-jdbc:0.35.1"

0 comments on commit 58cc789

Please sign in to comment.