From 173c95689a4a9eebd80a13c4c0d84c24d84cfdea Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Jan 2024 15:50:47 +0000 Subject: [PATCH] Update colibri-router to 0.8.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2a5e0e38..6ab128e5 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ Global / excludeLintKeys += webpackDevServerPort // TODO: val versions = new { val outwatch = "1.0.0-RC17" - val colibri = "0.7.8" + val colibri = "0.8.3" val funStack = "0.8.9" val tapir = "1.9.7" val pprint = "0.8.1"