We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd70430 + d0d6ce9 commit 7576b54Copy full SHA for 7576b54
core/build.gradle.kts
@@ -22,10 +22,10 @@ repositories {
22
}
23
24
dependencies {
25
- compileOnlyApi("com.google.code.gson:gson:2.13.2-rc1")
+ compileOnlyApi("com.google.code.gson:gson:2.13.2")
26
compileOnlyApi("org.jspecify:jspecify:1.0.0")
27
28
- testImplementation("com.google.code.gson:gson:2.13.2-rc1")
+ testImplementation("com.google.code.gson:gson:2.13.2")
29
30
31
publishing {
0 commit comments