Skip to content

Commit 3e005fb

Browse files
committed
[2.3.x] scalatest 3.2.20 (was 3.2.19)
1 parent 0a385e4 commit 3e005fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object Dependencies {
1010

1111
val ScalaVersions = Seq(Scala212, Scala213, Scala3)
1212

13-
def scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test
13+
def scalaTest = "org.scalatest" %% "scalatest" % "3.2.20" % Test
1414

1515
def parserCombinators(scalaVersion: String) =
1616
"org.scala-lang.modules" %% "scala-parser-combinators" % {

0 commit comments

Comments
 (0)