From c072398b92740335965dc4104958e8000cb875c1 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 8 Feb 2024 00:16:34 +0000 Subject: [PATCH] Update scalatest to 3.2.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e26466cf..2480b6cc 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ val scala2_13 = "2.13.12" val scala2 = List(scala2_12, scala2_13) val scala3 = List("3.3.1") -val scalaTestVersion = "3.2.17" +val scalaTestVersion = "3.2.18" excludeLintKeys in Global ++= Set(ideSkipProject)