From 2d7806ca798f64d17fcc8b7aa69a717eaa3e1b1f Mon Sep 17 00:00:00 2001 From: chick Date: Thu, 16 Mar 2017 11:48:53 -0700 Subject: [PATCH] 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. --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index f4423b4d..52c074b1 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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"