We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6729259 commit 888cd8fCopy full SHA for 888cd8f
README.md
@@ -11,7 +11,7 @@ repositories {
11
}
12
13
dependencies {
14
- api("org.radarbase:radar-jersey:0.11.3-SNAPSHOT")
+ api("org.radarbase:radar-jersey:0.12.2")
15
16
```
17
buildSrc/src/main/kotlin/Versions.kt
@@ -1,6 +1,6 @@
1
@Suppress("ConstPropertyName")
2
object Versions {
3
- const val project = "0.12.2-SNAPSHOT"
+ const val project = "0.12.2"
4
const val kotlin = "1.9.22"
5
6
const val java: Int = 17
0 commit comments