Skip to content
This repository was archived by the owner on Nov 29, 2021. It is now read-only.

Update http4s-circe, http4s-dsl, ... to 0.21.22 #353

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
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Dependencies {
val sCryptV = "1.4.0" //https://github.com/wg/scrypt/releases
val scalaTestV = "3.1.0-SNAP13" //https://github.com/scalatest/scalatest/releases
val scalaTestPlusV= "1.0.0-SNAP8" //https://github.com/scalatest/scalatestplus-scalacheck
val http4sV = "0.21.0" //https://github.com/http4s/http4s/releases
val http4sV = "0.21.22" //https://github.com/http4s/http4s/releases
val scalacheckV = "1.14.2" //https://github.com/typelevel/scalacheck/releases
val commonsCodecV = "1.14" //https://github.com/apache/commons-codec/releases
val fs2Version = "2.2.2" //https://github.com/functional-streams-for-scala/fs2/releases
Expand Down