From 014d179a03f9f491688021940c2c79a94733f498 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 19 Apr 2024 18:12:57 +0200 Subject: [PATCH] Update tapir-core, tapir-json-circe to 1.10.5 (#528) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8cb8225..1f521fe 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ val versions = new { val outwatch = "1.0.0" val colibri = "0.8.4" val funStack = "0.9.23" - val tapir = "1.10.4" + val tapir = "1.10.5" val pprint = "0.9.0" }