Skip to content

Commit

Permalink
Moved dependency to TOML
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzo committed Dec 14, 2024
1 parent 46e7dcd commit 308df3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ android = "8.7.3"

[libraries]
apache-bcel = "org.apache.bcel:bcel:6.10.0"
autoservice = "com.google.auto.service:auto-service:1.1.1"
jgit = "org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r"
junit-bom = "org.junit:junit-bom:5.11.3"
junit-params = "org.junit.jupiter:junit-jupiter-params"
junit-params = { module = "org.junit.jupiter:junit-jupiter-params" }
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
kotlin-plugin-api = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin-api", version.ref = "kotlin" }
kotlin-plugin-compiler-api = { module = "org.jetbrains.kotlin:kotlin-compiler", version.ref = "kotlin" }
Expand Down

0 comments on commit 308df3b

Please sign in to comment.