From 42bde2233c8eb351691711aa5c265ba2f381c607 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 22 Feb 2018 11:23:37 -0800 Subject: [PATCH] bump ScalaTest version --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index 6104b0d4..92441aa4 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -97,7 +97,7 @@ object Dependencies { import BuildSettings._ val typesafeConfig = "com.typesafe" % "config" % "1.0.0" - val scalatest = "org.scalatest" %% "scalatest" % "3.0.1" % Test + val scalatest = "org.scalatest" %% "scalatest" % "3.0.5" % Test }