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

Commit 87542bf

Browse files
authored
Merge pull request #312 from scala-steward/update/scalatest-3.2.2
Update scalatest to 3.2.2
2 parents e548a77 + 95b43d1 commit 87542bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._
44

55
object Dependencies {
66
val scalaReflect = Def.setting("org.scala-lang" % "scala-reflect" % scalaVersion.value)
7-
val scalatestVersion = "3.2.0"
7+
val scalatestVersion = "3.2.2"
88

99
val core = Def.setting(
1010
Seq(

0 commit comments

Comments
 (0)