From c738c887e0fee0c90e6e8fe2c9e320c8309db356 Mon Sep 17 00:00:00 2001 From: Ethan Atkins Date: Wed, 4 Nov 2020 08:31:52 -0800 Subject: [PATCH] Bump scalatest version in tests/test-cross The travis build has been failing with issues with the scalatest 3.0.5 jar so let's try with 3.0.6. --- sbt/src/sbt-test/tests/test-cross/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbt/src/sbt-test/tests/test-cross/build.sbt b/sbt/src/sbt-test/tests/test-cross/build.sbt index dabf9b70b..cb9eb5f62 100644 --- a/sbt/src/sbt-test/tests/test-cross/build.sbt +++ b/sbt/src/sbt-test/tests/test-cross/build.sbt @@ -1,4 +1,4 @@ -val scalatest = "org.scalatest" %% "scalatest" % "3.0.5" +val scalatest = "org.scalatest" %% "scalatest" % "3.0.6" lazy val root = (project in file(".")) .settings(