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 5158718 + 395ac47 commit 633f758Copy full SHA for 633f758
build.sbt
@@ -40,7 +40,7 @@ scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
40
})
41
42
libraryDependencies ++= Seq(
43
- "org.scalatest" %% "scalatest" % "3.1.0" % "test"
+ "org.scalatest" %% "scalatest" % "3.1.1" % "test"
44
)
45
46
publishMavenStyle := true
0 commit comments