Skip to content

Commit e792677

Browse files
committed
Use release version of karacteristics
1 parent fd0284d commit e792677

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ plugins {
88
allprojects {
99
repositories {
1010
mavenCentral()
11-
mavenLocal()
1211
}
1312
}
1413

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ graphql-ktor = { group = "com.expediagroup", name = "graphql-kotlin-ktor-client"
5050
clikt = { group = "com.github.ajalt.clikt", name = "clikt", version = "4.4.0" }
5151
kotlin-codepoints = { group = "de.cketti.unicode", name = "kotlin-codepoints", version = "0.9.0" }
5252
normalize = { group = "com.doist.x", name = "normalize", version = "1.1.1" }
53-
karacteristics = { group = "io.github.optimumcode", name = "karacteristics", version = "0.0.2-SNAPSHOT" }
53+
karacteristics = { group = "io.github.optimumcode", name = "karacteristics", version = "0.0.2" }
5454

5555
[bundles]
5656
openapi = ["openapi-validator", "openapi-interfaces", "openapi-jackson"]

0 commit comments

Comments
 (0)