Skip to content

Commit 5a5784b

Browse files
Update scalatest to 3.2.10 (#14)
Co-authored-by: Kien Dang <mail@kien.ai>
1 parent a536cc7 commit 5a5784b

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.9"
6+
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.10"
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)