-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
24 lines (19 loc) · 880 Bytes
/
libs.versions.toml
File metadata and controls
24 lines (19 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[versions]
# Plugins
# Project tools
junit-jupiter = "5.11.3"
jetbrains-annotations = "26.0.1"
# Database
hikaricp = "4.0.3"
com-mysql-mysql-connector-j = "9.1.0"
# Minecraft plugin dependencies
paper-api = "1.16.5-R0.1-SNAPSHOT"
jsonmessage = "1.3.1"
[plugins]
[libraries]
com-mysql-mysql-connector-j = { module = "com.mysql:mysql-connector-j", version.ref = "com-mysql-mysql-connector-j" }
com-zaxxer-hikaricp = { module = "com.zaxxer:HikariCP", version.ref = "hikaricp" }
me-rayzr522-jsonmessage = { module = "me.rayzr522:jsonmessage", version.ref = "jsonmessage" }
org-jetbrains-annotations = { module = "org.jetbrains:annotations", version.ref = "jetbrains-annotations" }
org-junit-jupiter-junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit-jupiter" }
paper-api = { module = "com.destroystokyo.paper:paper-api", version.ref = "paper-api"}