Skip to content

Commit df56ace

Browse files
authored
Merge pull request #251 from scala-steward/update/scalatest-3.2.20
Update scalatest to 3.2.20
2 parents eff5d2e + fec0d9a commit df56ace

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ lazy val core = project.
6969
"org.slf4j" % "slf4j-api" % "2.0.17",
7070
"org.slf4j" % "log4j-over-slf4j" % "2.0.17", // for any java classes looking for this
7171
"ch.qos.logback" % "logback-classic" % "1.3.11",
72-
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
72+
"org.scalatest" %% "scalatest" % "3.2.20" % Test,
7373
"org.scala-lang.modules" %% "scala-collection-compat" % "2.14.0" % Test
7474
),
7575
name := buildName + "-core",

0 commit comments

Comments
 (0)