Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jillesvangurp committed Nov 29, 2022
1 parent f4ad716 commit 91e2149
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ buildscript {
}
repositories {
mavenCentral()
maven("https://maven.tryformation.com/releases") {
maven("https://jitpack.io") {
content {
includeGroup("com.jillesvangurp")
includeGroup("com.github.jillesvangurp.kt-search")
}
}
}
Expand All @@ -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:_")
api("com.jillesvangurp:search-client-jvm:_")
api("com.github.jillesvangurp.kt-search:search-client:_")

testImplementation(Testing.junit.jupiter.api)
testImplementation(Testing.junit.jupiter.engine)
Expand Down
1 change: 0 additions & 1 deletion scripts/cluster-status.main.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env kotlin

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

import com.jillesvangurp.ktsearch.ClusterStatus
Expand Down
4 changes: 4 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ pluginManagement {

plugins {
id("de.fayard.refreshVersions") version "0.40.2"
//// # available:"0.50.0"
//// # available:"0.50.1"
//// # available:"0.50.2"
//// # available:"0.51.0"
}

refreshVersions {
Expand Down
12 changes: 6 additions & 6 deletions versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
#### suppress inspection "SpellCheckingInspection" for whole file
#### suppress inspection "UnusedProperty" for whole file

version.com.jillesvangurp..search-client-jvm=1.99.12
version.com.github.jillesvangurp.kt-search..search-client=1.99.14

version.junit.jupiter=5.9.0
version.junit.jupiter=5.9.1

version.kotest=5.4.2
version.kotest=5.5.4

version.kotlin=1.7.10
## # available=1.7.20-Beta
version.kotlin=1.7.22
## # available=1.8.0-Beta

plugin.org.jetbrains.dokka=1.7.10
plugin.org.jetbrains.dokka=1.7.20

version.kotlinx.cli=0.3.5

0 comments on commit 91e2149

Please sign in to comment.