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.18 #140

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
Update http4s-blaze-client, ... to 0.21.18
47erbot committed Feb 5, 2021
commit 58067d3d68b2820a49f624a47602300daa8eba46
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -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.18",
"org.http4s" %% "http4s-circe" % "0.21.18"
)
)
.enablePlugins(SrcGenPlugin)
@@ -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.18",
"org.http4s" %% "http4s-dsl" % "0.21.18",
"ch.qos.logback" % "logback-classic" % "1.2.3"
)
)