Skip to content

Commit 0c453fc

Browse files
Sergey PolyarusSergey Polyarus
authored andcommitted
Merge with 0.1.20 commons
1 parent 23c9f14 commit 0c453fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ plugins {
3232
id("io.gitlab.arturbosch.detekt") version "1.21.0"
3333
}
3434

35-
scmVersion { tag { prefix to "" } }
35+
scmVersion { tag { prefix.set("") } }
3636

3737
group = "com.cosmotech"
3838

3939
version = scmVersion.version
4040

4141
val kotlinJvmTarget = 17
42-
val cosmotechApiCommonVersion = "0.1.19-SNAPSHOT"
42+
val cosmotechApiCommonVersion = "0.1.20-SNAPSHOT"
4343
val cosmotechApiAzureVersion = "0.1.7-SNAPSHOT"
4444
val azureSpringBootBomVersion = "3.14.0"
4545

0 commit comments

Comments
 (0)