Skip to content

Commit

Permalink
Use updated dependencies that are present on central (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish authored Apr 14, 2024
1 parent 42c76ce commit fd03365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ license {
dependencies {
implementation 'net.sf.jopt-simple:jopt-simple:6.0-alpha-3'
api 'net.neoforged:srgutils:1.0.0'
api 'net.neoforged.installertools:cli-utils:2.1.2'
api 'net.neoforged.installertools:cli-utils:2.1.4'
implementation 'org.ow2.asm:asm:9.5'
implementation 'org.ow2.asm:asm-commons:9.5'
implementation 'org.ow2.asm:asm-tree:9.5'
implementation 'net.neoforged.javadoctor:gson-io:2.0.0'
implementation 'net.neoforged.javadoctor:gson-io:2.0.17'

testImplementation(platform('org.junit:junit-bom:5.8.1'))
testImplementation('org.junit.jupiter:junit-jupiter')
Expand Down

0 comments on commit fd03365

Please sign in to comment.