We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3db56 commit 291fd56Copy full SHA for 291fd56
1 file changed
server/build.gradle.kts
@@ -54,7 +54,7 @@ dependencies {
54
val javaHome: String = System.getProperty("java.home")
55
val toolsJar = files("$javaHome/../lib/tools.jar")
56
implementation(toolsJar)
57
- implementation("com.google.googlejavaformat:google-java-format:1.7")
+ implementation("com.google.googlejavaformat:google-java-format:1.10.0")
58
implementation("org.apache.maven:maven-model-builder:3.8.1")
59
implementation("com.leacox.motif:motif:0.1")
60
implementation("com.leacox.motif:motif-hamcrest:0.1")
0 commit comments