I would like to take the scalatest version here back to 2.2.5 because it causes problems with IntelliJ right now.

I don't see any specific features of 3.0.0 that are being used here.
This commit is contained in:
chick
2017-03-16 11:48:53 -07:00
parent 35b325dc81
commit 2d7806ca79

View File

@@ -2,7 +2,7 @@ import sbt._
import Keys._
object Dependencies {
val scalatestVersion = "3.0.0"
val scalatestVersion = "2.2.5"
val scalatest = "org.scalatest" %% "scalatest" % scalatestVersion % "test"
val scalacheckVersion = "1.12.4"
val scalacheck = "org.scalacheck" %% "scalacheck" % scalacheckVersion % "test"