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 c7466eb commit 4347c39Copy full SHA for 4347c39
build.sbt
@@ -38,7 +38,7 @@ lazy val commonSettings = Seq(
38
)
39
}),
40
libraryDependencies ++= Seq(
41
- "org.scalatest" %%% "scalatest" % "3.2.15" % Test,
+ "org.scalatest" %%% "scalatest" % "3.2.17" % Test,
42
),
43
/* scalacOptions --= Seq("-Xfatal-warnings"), // overwrite option from https://github.com/DavidGregory084/sbt-tpolecat */
44
0 commit comments