From 36ea79ab21bf16f07af48512b8895762d1d490ef Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 30 Oct 2020 18:54:00 +0100 Subject: [PATCH] Update tapir-http4s-server, ... to 0.17.0-M6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8a86a8d73..5320e4ef9 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ val circeVersion = "0.13.0" val tsecVersion = "0.2.1" val sttpVersion = "3.0.0-RC7" val prometheusVersion = "0.9.0" -val tapirVersion = "0.17.0-M5" +val tapirVersion = "0.17.0-M6" val dbDependencies = Seq( "org.tpolecat" %% "doobie-core" % doobieVersion,