Skip to content

Commit bf431f0

Browse files
authored
Merge pull request #285 from scala-steward/update/scalatest-3.2.9
2 parents 983dc73 + 7c56717 commit bf431f0

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
Compile / skip := isDotty.value,
215215
libraryDependencies +=
216-
("org.scalatest" %%% "scalatest" % "3.2.8" % "test").withDottyCompat(scalaVersion.value),
216+
("org.scalatest" %%% "scalatest" % "3.2.9" % "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)