We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a536cc7 commit 5a5784bCopy full SHA for 5a5784b
project/Dependencies.scala
@@ -3,7 +3,7 @@ import sbt._
3
object Dependencies {
4
lazy val scalaCollectionCompat =
5
"org.scala-lang.modules" %% "scala-collection-compat" % "2.6.0"
6
- lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.9"
+ lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.10"
7
lazy val jimfs = "com.google.jimfs" % "jimfs" % "1.2"
8
lazy val organizeImports = "com.github.liancheng" %% "organize-imports" % "0.5.0"
9
}
0 commit comments