From 5e7d33c6ca4fdeef237a7f5c9de4502da3b91892 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 16 Oct 2023 15:53:31 +0000 Subject: [PATCH] Update tapir-core, tapir-json-circe, ... to 1.8.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 14ce2b6..8cd17b3 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -val Tapir = "1.8.0" +val Tapir = "1.8.1" lazy val citywasp = project .in(file("."))