From 62818e2d70e1a14fdb909da2eadc621e0db07d48 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 15 Oct 2022 05:15:46 +0000 Subject: [PATCH] scalatest 3.2.14 (was 3.2.13) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d4969e3a..016c06d4 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ import org.scalajs.jsenv.nodejs.NodeJSEnv // Binary compatibility is this version val previousVersion: Option[String] = Some("1.5.0") -val ScalaTestVersion = "3.2.13" +val ScalaTestVersion = "3.2.14" def parserCombinators(scalaVersion: String) = "org.scala-lang.modules" %% "scala-parser-combinators" % { CrossVersion.partialVersion(scalaVersion) match {