Skip to content

Commit fdd0f74

Browse files
authored
Merge pull request #822 from scala-steward/update/scalatest-3.2.20
Update scalatest to 3.2.20
2 parents e9d6697 + eece54c commit fdd0f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def mainDependencies(scalaVersion: String) = {
7070
"org.postgresql" % "postgresql" % "42.7.10",
7171
"org.scala-lang.modules" %% "scala-collection-compat" % "2.14.0",
7272
"org.slf4j" % "slf4j-simple" % "2.0.17" % "provided",
73-
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
73+
"org.scalatest" %% "scalatest" % "3.2.20" % "test",
7474
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.44.1" % "test",
7575
"com.dimafeng" %% "testcontainers-scala-postgresql" % "0.44.1" % "test"
7676
) ++ (if (isScala3) Nil else Seq("org.scala-lang" % "scala-reflect" % scalaVersion))

0 commit comments

Comments
 (0)