diff --git a/build.sbt b/build.sbt index 34676fa..08477f8 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ lazy val root = (project in file(".")) "com.github.latis-data" % "latis3-hapi" % latisHapiVersion, "org.http4s" %% "http4s-dsl" % http4sVersion % Provided, "org.http4s" %% "http4s-circe" % http4sVersion, - "org.http4s" %% "http4s-scalatags" % "0.25.2", + "org.http4s" %% "http4s-scalatags" % "0.25.3", "org.scalameta" %% "munit" % "1.3.0" % Test, "org.typelevel" %% "munit-cats-effect" % "2.2.0" % Test, "io.circe" %% "circe-generic" % "0.14.15",