mirror of https://github.com/sbt/sbt.git
Merge pull request #6060 from eatkins/test-cross-fix
Bump scalatest version in tests/test-cross
This commit is contained in:
commit
4983fbd536
|
|
@ -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