We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45090d8 + 1e9fcf3 commit 9416831Copy full SHA for 9416831
build.sbt
@@ -40,7 +40,7 @@ scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
40
})
41
42
libraryDependencies ++= Seq(
43
- "org.scalatest" %% "scalatest" % "3.1.4" % "test"
+ "org.scalatest" %% "scalatest" % "3.2.7" % "test"
44
)
45
46
publishMavenStyle := true
0 commit comments