From 27395542cf0fb72717bfb953b8ba1c486bfd1624 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 11 Feb 2024 00:31:25 +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 19510f9..ab970f7 100644 --- a/build.sbt +++ b/build.sbt @@ -44,7 +44,7 @@ val sourcecodeVersion: String = "0.3.1" val rsyntaxtextareaVersion: String = "3.3.4" -val scalatestVersion: String = "3.2.17" +val scalatestVersion: String = "3.2.18" libraryDependencies ++= Seq( "com.outr" %% "scribe-slf4j2" % scribeVersion,