We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5e81a commit 1784363Copy full SHA for 1784363
build.gradle
@@ -20,5 +20,5 @@ intellij {
20
21
dependencies {
22
implementation(files("libs/swag.jar", "libs/swexpl.jar"))
23
- testImplementation("junit:junit:4.12")
+ testImplementation('junit:junit:4.13.2')
24
}
0 commit comments