From 32dc6246ee1d7339ad3d4b02d23432faaf5ad43e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 15:36:26 +0000 Subject: [PATCH] Update outwatch to 1.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 13de62d..052a7f1 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ ThisBuild / scalaVersion := "2.13.14" Global / excludeLintKeys += webpackDevServerPort // TODO: val versions = new { - val outwatch = "1.0.0" + val outwatch = "1.1.0" val colibri = "0.8.4" val funStack = "0.9.23" val tapir = "1.10.9"