From 467acdd291703271ecfb2f0071f6bb1c7d983632 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 26 Jun 2024 19:11:57 +0200 Subject: [PATCH] Update outwatch to 1.1.0 (#159) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cbe0f4d..5e6db4a 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ ThisBuild / version := "0.1.0-SNAPSHOT" ThisBuild / scalaVersion := "2.13.14" val versions = new { - val outwatch = "1.0.0" + val outwatch = "1.1.0" val scalaTest = "3.2.19" }