From 6b68a8fa81d63d0052452dc6563b2bf3c9f8cb75 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Jan 2024 13:20:53 +0000 Subject: [PATCH] Update tapir-core, tapir-json-circe, ... to 1.9.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6df8c6c..ccd2a75 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val Tapir = "1.9.7" +val Tapir = "1.9.8" lazy val citywasp = project .in(file("."))