From 39a3f0e997cd2a035280d90bf4dd915bb1d6c623 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 15:36:03 +0000 Subject: [PATCH] Update colibri-router to 0.8.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 13de62d..9a3e491 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ Global / excludeLintKeys += webpackDevServerPort // TODO: val versions = new { val outwatch = "1.0.0" - val colibri = "0.8.4" + val colibri = "0.8.6" val funStack = "0.9.23" val tapir = "1.10.9" val pprint = "0.9.0"