From aad043d73d0ecaeff2c5afb52a7d82bc43794d2c Mon Sep 17 00:00:00 2001 From: Mark Canlas Date: Wed, 19 Jun 2019 21:05:36 -0400 Subject: [PATCH] upgrade to scalatest 3.0.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 077ede3..35505b8 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.7" % "test" +libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.8" % "test" scalafmtOnCompile := true