Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Update http4s-blaze-client, ... to 0.21.23 #171

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ lazy val protocol = project
libraryDependencies ++= Seq(
"io.circe" %% "circe-core" % "0.13.0",
"io.circe" %% "circe-generic" % "0.13.0",
"org.http4s" %% "http4s-blaze-client" % "0.21.3",
"org.http4s" %% "http4s-circe" % "0.21.3"
"org.http4s" %% "http4s-blaze-client" % "0.21.23",
"org.http4s" %% "http4s-circe" % "0.21.23"
)
)
.enablePlugins(SrcGenPlugin)
Expand All @@ -35,8 +35,8 @@ lazy val server = project
.dependsOn(protocol)
.settings(
libraryDependencies ++= Seq(
"org.http4s" %% "http4s-blaze-server" % "0.21.3",
"org.http4s" %% "http4s-dsl" % "0.21.3",
"org.http4s" %% "http4s-blaze-server" % "0.21.23",
"org.http4s" %% "http4s-dsl" % "0.21.23",
"ch.qos.logback" % "logback-classic" % "1.2.3"
)
)
Expand Down