From a14e807b103a3078f04aa3d4e91a8610cbba8ed0 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 4 Jul 2024 18:11:36 +0200 Subject: [PATCH] Update tapir-core, tapir-json-circe to 1.10.12 (#558) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d74f637..42d01e0 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ val versions = new { val outwatch = "1.1.0" val colibri = "0.8.6" val funStack = "0.9.23" - val tapir = "1.10.10" + val tapir = "1.10.12" val pprint = "0.9.0" }