mirror of https://github.com/sbt/sbt.git
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:
parent
25f492d919
commit
c738c887e0
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue