Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Update client3:circe, client3:core, ... to 3.8.16 #321

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object Dependencies {
}

object Sttp {
private val version = "3.3.18"
private val version = "3.8.16"
val sttpCore = "com.softwaremill.sttp.client3" %% "core" % version
val sttpOkHttp = "com.softwaremill.sttp.client3" %% "okhttp-backend" % version
val sttpCirce = "com.softwaremill.sttp.client3" %% "circe" % version
Expand Down
Loading