From 3a1f29e31f36664384bdb9707c05307e4d68f080 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Jan 2024 20:13:17 +0000 Subject: [PATCH] Update tapir-core, tapir-json-circe to 1.9.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 13a08e63..624ed54d 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.9.4" + val tapir = "1.9.6" val pprint = "0.8.1" }