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

Commit 37dd99f

Browse files
authored
Merge pull request #386 from scala-steward/update/scalatest-3.2.9
Update scalatest to 3.2.9
2 parents ca72c9a + ffa3c4c commit 37dd99f

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

99
val core = Def.setting(
1010
Seq(

0 commit comments

Comments
 (0)