Skip to content

Commit

Permalink
also add ktor client java dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jillesvangurp committed Apr 1, 2023
1 parent 804d2c8 commit 1f17086
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ dependencies {
api("org.jetbrains.kotlinx:kotlinx-cli-jvm:_")
api("com.jillesvangurp:search-client:_")
api(KotlinX.Coroutines.core)
api(Ktor.Client.core)
api(Ktor.client.java)

testImplementation(Testing.junit.jupiter.api)
testImplementation(Testing.junit.jupiter.engine)
Expand Down
6 changes: 1 addition & 5 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ 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"
id("de.fayard.refreshVersions") version "0.51.0"
}

refreshVersions {
Expand Down
4 changes: 3 additions & 1 deletion versions.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#### Dependencies and Plugin versions with their available updates.
#### Generated by `./gradlew refreshVersions` version 0.40.2
#### Generated by `./gradlew refreshVersions` version 0.51.0
####
#### Don't manually edit or split the comments that start with four hashtags (####),
#### they will be overwritten by refreshVersions.
Expand All @@ -21,3 +21,5 @@ version.kotlinx.cli=0.3.5

version.kotlinx.coroutines=1.6.4
## # available=1.7.0-Beta

version.ktor=2.2.4

0 comments on commit 1f17086

Please sign in to comment.