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.
cosmotechApiCommonVersion
2.1.1-SNAPSHOT
mavenLocal
build.gradle.kts
1 parent 13d35b7 commit 54a977dCopy full SHA for 54a977d
build.gradle.kts
@@ -49,7 +49,7 @@ version = scmVersion.version
49
50
// Dependencies version
51
val kotlinJvmTarget = 21
52
-val cosmotechApiCommonVersion = "2.1.2-upgrades-SNAPSHOT"
+val cosmotechApiCommonVersion = "2.1.1-SNAPSHOT"
53
val redisOmSpringVersion = "0.9.10"
54
val kotlinCoroutinesVersion = "1.10.2"
55
val springDocVersion = "2.8.12"
@@ -127,7 +127,6 @@ allprojects {
127
}
128
129
repositories {
130
- mavenLocal()
131
maven {
132
name = "GitHubPackages"
133
url = uri("https://maven.pkg.github.com/Cosmo-Tech/cosmotech-api-common")
0 commit comments