From 5fdd4c5f4252c63353193daebd3c899fd870ad6b Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 11 Feb 2024 01:05:32 +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 a3eab40..b88b935 100644 --- a/build.sbt +++ b/build.sbt @@ -36,7 +36,7 @@ val fabric: String = "1.13.0" val collectionCompat: String = "2.11.0" -val scalaTest: String = "3.2.17" +val scalaTest: String = "3.2.18" lazy val root = project.in(file(".")) .aggregate(coreJS, coreJVM)