Skip to content
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
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ val json4sVersion = "4.0.6"
val logbackVersion = "1.4.5"
val nimbusVersion = "9.30.2"
val scalaTestVersion = "3.2.15"
val sttpVersion = "3.8.13"
val sttpVersion = "3.8.15"

// -------------------------------------- //
// Library Dependencies //
Expand Down Expand Up @@ -189,7 +189,7 @@ lazy val `keycloak4s-admin` = (project in file("./keycloak4s-admin"))
// Project and configuration for keycloak4s-playground //
// --------------------------------------------------- //
val catsBackend: Seq[ModuleID] = Seq(
"com.softwaremill.sttp.client3" %% "armeria-backend-cats" % "3.8.13"
"com.softwaremill.sttp.client3" %% "armeria-backend-cats" % "3.8.15"
)

lazy val `keycloak4s-playground` = (project in file("./keycloak4s-playground"))
Expand Down