Skip to content

Commit

Permalink
fix: add missing test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bjansen committed Sep 11, 2024
1 parent c9961fd commit 6e8176a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ dependencies {
implementation "org.antlr:antlr4-intellij-adaptor:0.1"
implementation group: 'org.jfree', name: 'org.jfree.svg', version: '5.0.6'
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testImplementation("org.opentest4j:opentest4j:1.3.0")
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.13.0'
}

Expand Down

0 comments on commit 6e8176a

Please sign in to comment.