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.
1 parent 88ad4be commit 395ac47Copy full SHA for 395ac47
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