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:
@@ -2,7 +2,7 @@ import sbt._
|
|||||||
import Keys._
|
import Keys._
|
||||||
|
|
||||||
object Dependencies {
|
object Dependencies {
|
||||||
val scalatestVersion = "3.0.0"
|
val scalatestVersion = "2.2.5"
|
||||||
val scalatest = "org.scalatest" %% "scalatest" % scalatestVersion % "test"
|
val scalatest = "org.scalatest" %% "scalatest" % scalatestVersion % "test"
|
||||||
val scalacheckVersion = "1.12.4"
|
val scalacheckVersion = "1.12.4"
|
||||||
val scalacheck = "org.scalacheck" %% "scalacheck" % scalacheckVersion % "test"
|
val scalacheck = "org.scalacheck" %% "scalacheck" % scalacheckVersion % "test"
|
||||||
|
|||||||
Reference in New Issue
Block a user