2023-02-28T02:14:53

This commit is contained in:
2023-02-28 02:14:53 +09:00
parent d33a469d57
commit 1b4efcdc8f
7 changed files with 11 additions and 11 deletions

View File

@@ -22,5 +22,5 @@ repositories {
dependencies {
api("org.apache.commons:commons-math3:3.6.1")
implementation("com.google.guava:guava:28.1-jre")
testImplementation("junit:junit:4.12")
testImplementation("junit:junit:4.13.2")
}