diff --git a/build.sbt b/build.sbt index 3bb3e5a..063fba0 100644 --- a/build.sbt +++ b/build.sbt @@ -74,7 +74,7 @@ lazy val `secure-config` = (project in file(".")) "org.scodec" %% "scodec-bits" % "1.2.1", "org.typelevel" %% "mouse" % "1.3.2", "org.scalameta" %% "munit" % "1.0.2" % Test, - "org.http4s" %% "http4s-ember-client" % "0.23.29" % Test, + "org.http4s" %% "http4s-ember-client" % "0.23.30" % Test, ) }, libraryDependencies ++= {