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 1d8d7c6 + 88afae7 commit fc82743Copy full SHA for fc82743
build.sbt
@@ -40,7 +40,7 @@ scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
40
})
41
42
libraryDependencies ++= Seq(
43
- "org.scalatest" %% "scalatest" % "3.1.3" % "test"
+ "org.scalatest" %% "scalatest" % "3.1.4" % "test"
44
)
45
46
publishMavenStyle := true
0 commit comments