Skip to content

Commit

Permalink
feat: upgrade ZIO http client to improve performance (#850)
Browse files Browse the repository at this point in the history
Signed-off-by: David Poltorak <[email protected]>
Signed-off-by: Benjamin Voiturier <[email protected]>
Co-authored-by: Benjamin Voiturier <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
  • Loading branch information
2 people authored and Shota Jolbordi committed Mar 18, 2024
1 parent 3e0292c commit 1b3ab6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ lazy val V = new {
val mockito = "3.2.16.0"
val monocle = "3.1.0"

// https://mvnrepository.com/artifact/io.circe/circe-core
// https://mvnrepository.com/artifact/io.circe/circe-core
val circe = "0.14.6"

val tapir = "1.6.4"
Expand Down Expand Up @@ -91,6 +91,7 @@ lazy val V = new {

val nimbusJwt = "10.0.0"
val keycloak = "22.0.4" // scala-steward:off

}

/** Dependencies */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ import io.iohk.atala.shared.utils.DurationOps.toMetricsSeconds
import io.iohk.atala.system.controller.SystemServerEndpoints
import zio.*
import zio.metrics.*
import java.util.concurrent.Executors
import scala.concurrent.ExecutionContext

object PrismAgentApp {

Expand Down

0 comments on commit 1b3ab6e

Please sign in to comment.