Skip to content

Commit

Permalink
update to 1.99.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jillesvangurp committed Aug 1, 2022
1 parent 8a9afe5 commit af55855
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
api(Kotlin.stdlib.jdk8)
// use -jvm dependencies here because otherwise kts fails to fetch
api("org.jetbrains.kotlinx:kotlinx-cli-jvm:0.3.5")
api("com.jillesvangurp:search-client-jvm:1.99.5")
api("com.jillesvangurp:search-client-jvm:1.99.6")

testImplementation(Testing.junit.jupiter.api)
testImplementation(Testing.junit.jupiter.engine)
Expand Down
2 changes: 1 addition & 1 deletion scripts/cluster-status.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@file:Repository("https://jitpack.io")
@file:Repository("https://maven.tryformation.com/releases")
@file:DependsOn("com.github.jillesvangurp:kt-search-kts:0.1.2")
@file:DependsOn("com.github.jillesvangurp:kt-search-kts:0.1.3")

import com.jillesvangurp.ktsearch.ClusterStatus
import com.jillesvangurp.ktsearch.clusterHealth
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ include(":search-dsls")
include("search-client")
include("legacy-client")
include("docs")
rootProject.name = "kt-search"
rootProject.name = "kt-search-kts"

0 comments on commit af55855

Please sign in to comment.