Skip to content

Commit c4be3bc

Browse files
Update build.gradle.kts
Change version of cosmotech-api-azure to 0.1.6-SNAPSHOT instead of 0.1.7-SNAPSHOT
1 parent d6ef009 commit c4be3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ version = scmVersion.version
4040

4141
val kotlinJvmTarget = 17
4242
val cosmotechApiCommonVersion = "0.1.27-SNAPSHOT"
43-
val cosmotechApiAzureVersion = "0.1.7-SNAPSHOT"
43+
val cosmotechApiAzureVersion = "0.1.6-SNAPSHOT"
4444
val azureSpringBootBomVersion = "3.14.0"
4545

4646
allprojects {

0 commit comments

Comments
 (0)