Skip to content

Commit 43eedc0

Browse files
committed
Update scalatest to 3.2.11
1 parent 1503408 commit 43eedc0

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
@@ -3,7 +3,7 @@ import sbt._
33
object Dependencies {
44
lazy val scalaCollectionCompat =
55
"org.scala-lang.modules" %% "scala-collection-compat" % "2.6.0"
6-
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.10"
6+
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.11"
77
lazy val jimfs = "com.google.jimfs" % "jimfs" % "1.2"
88
lazy val organizeImports = "com.github.liancheng" %% "organize-imports" % "0.5.0"
99
}

0 commit comments

Comments
 (0)