From 08f532f17071fb62190bdc9d1883dba981d23353 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 24 Jun 2024 22:47:48 +0200 Subject: [PATCH] Update scalatest to 3.2.19 (#160) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a2d27a9..cbe0f4d 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ ThisBuild / scalaVersion := "2.13.14" val versions = new { val outwatch = "1.0.0" - val scalaTest = "3.2.18" + val scalaTest = "3.2.19" } // do not warn about unused setting key. TODO: why is this needed? scala-js-bundler bug? sbt says this setting is unused, but it is used.