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