From 37c03e9766dab1bd21e4a746028e92bcf76fa69f Mon Sep 17 00:00:00 2001 From: scala-steward Date: Mon, 24 Jun 2024 00:22:46 +0000 Subject: [PATCH] Update scalatest to 3.2.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6f0e26a..43110a7 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ val scala2_13 = "2.13.12" val scala2 = List(scala2_11, scala2_12, scala2_13) val scala3 = List("3.4.1") -val scalatestVersion = "3.2.18" +val scalatestVersion = "3.2.19" excludeLintKeys in Global ++= Set(ideSkipProject)