Skip to content
This repository was archived by the owner on Jul 9, 2026. It is now read-only.

Commit a4c83ab

Browse files
committed
Update scalatest to 3.2.20
1 parent ae1a926 commit a4c83ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/Deps.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import sbt._
44
object Deps {
55
import Def.{setting => s}
66

7-
val scalatest = s("org.scalatest" %%% "scalatest" % "3.2.19")
7+
val scalatest = s("org.scalatest" %%% "scalatest" % "3.2.20")
88

99
val cats = new {
1010
val core = s("org.typelevel" %%% "cats-core" % "2.13.0")

0 commit comments

Comments
 (0)