Skip to content

Commit 02d8853

Browse files
authored
Downgrade version of http4k (#29)
1 parent 7b7aa04 commit 02d8853

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ jobs:
154154
with:
155155
tool-cache: true
156156
large-packages: true
157+
android: true
158+
dotnet: true
159+
swap-storage: true
160+
docker-images: true
157161

158162
# Check out current repository
159163
- name: Fetch Sources
@@ -185,6 +189,10 @@ jobs:
185189
with:
186190
tool-cache: true
187191
large-packages: true
192+
android: true
193+
dotnet: true
194+
swap-storage: true
195+
docker-images: true
188196

189197
# Check out the current repository
190198
- name: Fetch Sources

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repositories {
3232
// Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog
3333
dependencies {
3434
implementation("org.jsoup:jsoup:1.20.1")
35-
implementation("org.http4k:http4k-core:6.11.1.0")
35+
implementation("org.http4k:http4k-core:5.47.0.0")
3636

3737
testImplementation("io.kotest:kotest-assertions-core-jvm:5.9.1")
3838
testImplementation("io.kotest:kotest-runner-junit5-jvm:5.9.1")

0 commit comments

Comments
 (0)