From e28e67fb1845e75dbf1d333a1a918f892440849b Mon Sep 17 00:00:00 2001 From: Scala steward Date: Fri, 10 May 2019 06:36:59 +0200 Subject: [PATCH] Update scalatest to 3.1.0-SNAP10 --- shared/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/build.sbt b/shared/build.sbt index 26f904d..c2825d7 100644 --- a/shared/build.sbt +++ b/shared/build.sbt @@ -1 +1 @@ -libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.8-RC2" % Test +libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.0-SNAP10" % Test