Skip to content

Commit 54a977d

Browse files
committed
Downgrade cosmotechApiCommonVersion to 2.1.1-SNAPSHOT and remove mavenLocal repository from build.gradle.kts.
1 parent 13d35b7 commit 54a977d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ version = scmVersion.version
4949

5050
// Dependencies version
5151
val kotlinJvmTarget = 21
52-
val cosmotechApiCommonVersion = "2.1.2-upgrades-SNAPSHOT"
52+
val cosmotechApiCommonVersion = "2.1.1-SNAPSHOT"
5353
val redisOmSpringVersion = "0.9.10"
5454
val kotlinCoroutinesVersion = "1.10.2"
5555
val springDocVersion = "2.8.12"
@@ -127,7 +127,6 @@ allprojects {
127127
}
128128

129129
repositories {
130-
mavenLocal()
131130
maven {
132131
name = "GitHubPackages"
133132
url = uri("https://maven.pkg.github.com/Cosmo-Tech/cosmotech-api-common")

0 commit comments

Comments
 (0)