From 36be32a47031be14e10444b3433f0a61f6d244c8 Mon Sep 17 00:00:00 2001 From: softwaremill-ci Date: Sat, 14 Sep 2024 02:23:46 +0200 Subject: [PATCH] Update tapir-cats, ... to 1.11.3 (#666) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e4fda3f5..4f580619 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ import scala.util.Try val scala2Version = "2.13.14" val scala3Version = "3.4.3" -val tapirVersion = "1.11.2" +val tapirVersion = "1.11.3" val http4sEmberServerVersion = "0.23.28" val http4sCirceVersion = "0.23.28"