Skip to content

Commit

Permalink
Update Junit for Utiliti so it matches the version used by litiengine
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamebuster19901 committed Dec 31, 2020
1 parent 768c764 commit b6c5e58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions utiliti/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ dependencies {
implementation 'com.formdev:svgSalamander:1.1.2.1'
implementation 'com.fifesoft:rsyntaxtextarea:3.1.1'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.+'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.4.+'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.4.+'
testImplementation 'org.mockito:mockito-core:2.25.+'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.6.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.0'
testImplementation 'org.mockito:mockito-core:3.3.3'
}

test {
Expand Down

0 comments on commit b6c5e58

Please sign in to comment.