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.
This commit is contained in:
Ethan Atkins 2020-11-04 08:31:52 -08:00
parent 25f492d919
commit c738c887e0
1 changed files with 1 additions and 1 deletions

View File

@ -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(