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 9416831 commit c736034Copy full SHA for c736034
build.sbt
@@ -40,7 +40,7 @@ scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
40
})
41
42
libraryDependencies ++= Seq(
43
- "org.scalatest" %% "scalatest" % "3.2.7" % "test"
+ "org.scalatest" %% "scalatest" % "3.2.9" % "test"
44
)
45
46
publishMavenStyle := true
0 commit comments