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.
1 parent 23c9f14 commit 0c453fcCopy full SHA for 0c453fc
build.gradle.kts
@@ -32,14 +32,14 @@ plugins {
32
id("io.gitlab.arturbosch.detekt") version "1.21.0"
33
}
34
35
-scmVersion { tag { prefix to "" } }
+scmVersion { tag { prefix.set("") } }
36
37
group = "com.cosmotech"
38
39
version = scmVersion.version
40
41
val kotlinJvmTarget = 17
42
-val cosmotechApiCommonVersion = "0.1.19-SNAPSHOT"
+val cosmotechApiCommonVersion = "0.1.20-SNAPSHOT"
43
val cosmotechApiAzureVersion = "0.1.7-SNAPSHOT"
44
val azureSpringBootBomVersion = "3.14.0"
45
0 commit comments