Skip to content

Commit

Permalink
Revert "updated libs"
Browse files Browse the repository at this point in the history
This reverts commit c6886d9.
  • Loading branch information
dkandalov committed Dec 3, 2022
1 parent c6886d9 commit c357bad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ dependencies {
compileOnly "org.codehaus.groovy:groovy-all:${groovyVersion}"
testCompileOnly "org.codehaus.groovy:groovy-all:${groovyVersion}"

implementation "org.http4k:http4k-core:4.34.1.0"
implementation("org.http4k:http4k-client-okhttp:4.34.1.0") {
implementation "org.http4k:http4k-core:4.26.0.0"
implementation("org.http4k:http4k-client-okhttp:4.26.0.0") {
exclude group: "org.jetbrains.kotlin", module: "kotlin-stdlib-jdk8"
}
testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.0"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.1"
testImplementation "org.junit.platform:junit-platform-engine:1.9.0"
}
"Move kotlin compiler jars from plugin classpath into a separate folder so that there are no conflicts between kotlin and intellij classes"()
Expand Down

0 comments on commit c357bad

Please sign in to comment.