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

Commit 6f74aef

Browse files
authored
Merge pull request #372 from scala-steward/update/scalatest-3.2.8
Update scalatest to 3.2.8
2 parents 4bfa4a9 + 2d8a432 commit 6f74aef

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.7"
7+
val scalatestVersion = "3.2.8"
88

99
val core = Def.setting(
1010
Seq(

0 commit comments

Comments
 (0)