We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62c218 commit 60d2183Copy full SHA for 60d2183
project/Dependencies.scala
@@ -2,7 +2,7 @@ import sbt._
2
import Keys._
3
4
object Dependencies {
5
- lazy val http4sVersion = "0.21.0-RC2"
+ lazy val http4sVersion = "0.21.0-RC5"
6
lazy val specs2Version = "4.8.1"
7
8
lazy val http4sServer = "org.http4s" %% "http4s-server" % http4sVersion
0 commit comments