Skip to content

Commit

Permalink
updated http4s
Browse files Browse the repository at this point in the history
  • Loading branch information
LolHens authored Jan 29, 2021
1 parent 52a08ff commit 18d6722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version := "0.0.1-SNAPSHOT"

scalaVersion := "2.13.4"

val http4sVersion = "0.21.15"
val http4sVersion = "0.21.16"

libraryDependencies ++= Seq(
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.2",
Expand All @@ -16,7 +16,7 @@ libraryDependencies ++= Seq(
"org.http4s" %% "http4s-blaze-server" % http4sVersion,
"org.http4s" %% "http4s-circe" % http4sVersion,
"de.lolhens" %% "http4s-monix" % "0.0.1",
"org.http4s" %% "http4s-jdk-http-client" % "0.3.3",
"org.http4s" %% "http4s-jdk-http-client" % "0.3.4",
)

addCompilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")
Expand Down

0 comments on commit 18d6722

Please sign in to comment.