Skip to content

Commit

Permalink
feat: Better libs.versions
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Jun 3, 2024
1 parent eb47eb4 commit 31709c4
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,29 @@ version = "1.0"
shadow = "8.1.1"
indra = "3.1.3"
toxopid = "4.0.0"
spotless = "6.25.0"
errorprone-gradle = "4.0.0"

# utilities
distributor = "4.0.0-beta.3"

# testing
junit = "5.10.2"
spotless = "6.25.0"

# static analysis
errorprone-core = "2.28.0"
errorprone-gradle = "4.0.0"
nullaway = "0.11.0"
checker-qual = "3.43.0"

[libraries]
# utilities
distributor-api = { module = "com.xpdustry:distributor-common-api", version.ref = "distributor" }

# testing
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }

# static analysis
nullaway = { module = "com.uber.nullaway:nullaway", version.ref = "nullaway" }
errorprone-core = { module = "com.google.errorprone:error_prone_core", version.ref = "errorprone-core" }
checker-qual = { module = "org.checkerframework:checker-qual", version.ref = "checker-qual" }
Expand Down

0 comments on commit 31709c4

Please sign in to comment.