From fea53067a748b9d1a790a8c2e909161fe25e36ef Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 18 Oct 2023 19:59:01 +0200 Subject: [PATCH] Update tapir-core, tapir-json-circe to 1.8.2 (#435) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a65155f8..14f2d474 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ val versions = new { val outwatch = "1.0.0-RC17" val colibri = "0.7.8" val funStack = "0.8.9" - val tapir = "1.8.1" + val tapir = "1.8.2" val pprint = "0.8.1" }