Skip to content

Commit 0574c81

Browse files
Update scalatest to 3.2.20 (#322)
1 parent aef78c4 commit 0574c81

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
@@ -5,7 +5,7 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._
55
object Deps {
66
import Def.{setting => dep}
77

8-
val scalaTest = dep("org.scalatest" %%% "scalatest" % "3.2.19")
8+
val scalaTest = dep("org.scalatest" %%% "scalatest" % "3.2.20")
99

1010
val scalaReflect = dep("org.scala-lang" % "scala-reflect")
1111
val cats = dep("org.typelevel" %%% "cats-core" % "2.13.0")

0 commit comments

Comments
 (0)