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.
2 parents 9bc26ae + 7a30950 commit 7e3abb6Copy full SHA for 7e3abb6
buildSrc/src/main/kotlin/Versions.kt
@@ -1,6 +1,6 @@
1
@Suppress("ConstPropertyName", "MemberVisibilityCanBePrivate")
2
object Versions {
3
- const val project = "0.4.2-SNAPSHOT"
+ const val project = "0.5.1"
4
5
const val java = 11
6
const val kotlin = "1.9.10"
@@ -22,7 +22,7 @@ object Versions {
22
const val okhttp = "4.11.0"
23
24
const val firebaseAdmin = "9.1.0"
25
- const val radarSchemas = "0.8.7-SNAPSHOT"
+ const val radarSchemas = "0.8.6"
26
const val ktor = "2.3.5"
27
28
const val junit = "5.9.3"
0 commit comments