From 69a851f5e3657c204fb02e72c5f5bc2bf6e33467 Mon Sep 17 00:00:00 2001 From: Mark Canlas Date: Mon, 18 Mar 2019 20:47:26 -0400 Subject: [PATCH] upgrade to scalatest 3.0.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a8fd56e..52e2247 100644 --- a/build.sbt +++ b/build.sbt @@ -2,6 +2,6 @@ scalaVersion := "2.12.8" initialCommands in console := "import com.htmlism._" -libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.5" % "test" +libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.6" % "test" scalafmtOnCompile := true