From 313a0ccfcc99aec187975af1bfe1eaaa1fe1dc51 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 7 Apr 2021 20:49:59 +0200 Subject: [PATCH] scalatest 3.2.7 (was 3.2.6) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d6bcc187..6c069d84 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ import org.scalajs.jsenv.nodejs.NodeJSEnv // Binary compatibility is this version val previousVersion: Option[String] = Some("1.5.0") -val ScalaTestVersion = "3.2.6" +val ScalaTestVersion = "3.2.7" val ScalaXmlVersion = "1.3.0" val ScalaParserCombinatorsVersion = "1.1.2"