diff --git a/build.sbt b/build.sbt index f95d5d1..04d4fcb 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ lazy val root = (project in file(".")) "org.http4s" %% "http4s-core" % Http4sVersion, "org.http4s" %% "http4s-client" % Http4sVersion, "com.twitter" %% "finagle-http" % FinagleVersion, - "org.typelevel" %% "case-insensitive" % "1.4.0", + "org.typelevel" %% "case-insensitive" % "1.4.2", "org.http4s" %% "http4s-dsl" % Http4sVersion % Test, ).map(_.cross(CrossVersion.for3Use2_13)) ++ Seq( "org.scalameta" %% "munit" % "0.7.29" % Test,