Skip to content

Commit bb8d3f6

Browse files
authored
Merge pull request #266 from scala-steward/update/scalatest-3.2.6
2 parents f0f2ce2 + 344da1e commit bb8d3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ lazy val scalajavatimeTests = crossProject(JVMPlatform, JSPlatform)
213213
Keys.`package` := file(""),
214214
skip.in(compile) := isDotty.value,
215215
libraryDependencies +=
216-
("org.scalatest" %%% "scalatest" % "3.2.5" % "test").withDottyCompat(scalaVersion.value),
216+
("org.scalatest" %%% "scalatest" % "3.2.6" % "test").withDottyCompat(scalaVersion.value),
217217
scalacOptions ~= (_.filterNot(
218218
Set("-Wnumeric-widen", "-Ywarn-numeric-widen", "-Ywarn-value-discard", "-Wvalue-discard")
219219
))

0 commit comments

Comments
 (0)