Skip to content

Commit

Permalink
update to 3.0 version of json-dsl to eliminate risk of old versions p…
Browse files Browse the repository at this point in the history
…opping up
  • Loading branch information
jillesvangurp committed Mar 16, 2024
1 parent 1064024 commit 78bc5c2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ allprojects {
mavenCentral()
maven("https://maven.tryformation.com/releases") {
content {
includeGroup("com.github.jillesvangurp")
includeGroup("com.jillesvangurp")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ val searchEngine: String = getProperty("searchEngine", "es-7").toString()
dependencies {
testImplementation(project(":search-dsls"))
testImplementation(project(":search-client"))
testImplementation("com.github.jillesvangurp:json-dsl:_")
testImplementation("com.jillesvangurp:json-dsl:_")

testImplementation(Kotlin.stdlib.jdk8)
testImplementation(KotlinX.coroutines.jdk8)
Expand Down
2 changes: 1 addition & 1 deletion search-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ kotlin {
dependencies {
api(kotlin("stdlib-common", "_"))
api(project(":search-dsls"))
api("com.github.jillesvangurp:json-dsl:_")
api("com.jillesvangurp:json-dsl:_")
api(KotlinX.datetime)
implementation(Ktor.client.core)
api(KotlinX.coroutines.core)
Expand Down
2 changes: 1 addition & 1 deletion search-dsls/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ kotlin {
commonMain {
dependencies {
implementation(kotlin("stdlib-common", "_"))
implementation("com.github.jillesvangurp:json-dsl:_")
implementation("com.jillesvangurp:json-dsl:_")

}
}
Expand Down
4 changes: 2 additions & 2 deletions versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ version.ch.qos.logback..logback-classic=1.5.3

version.com.github.doyaaaaaken..kotlin-csv=1.9.3

version.com.github.jillesvangurp..json-dsl=1.2.2

version.com.github.jillesvangurp..kotlin4example=1.1.5

version.com.jillesvangurp..json-dsl=3.0.0

version.io.github.microutils..kotlin-logging=3.0.5
## # available=4.0.0-beta-1
## # available=4.0.0-beta-2
Expand Down

0 comments on commit 78bc5c2

Please sign in to comment.