Skip to content

Commit 89cdfc0

Browse files
authored
Merge pull request #278 from scala-steward/update/scalatest-3.2.8
2 parents 7f4671b + 5d1186a commit 89cdfc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
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.7" % "test").withDottyCompat(scalaVersion.value),
216+
("org.scalatest" %%% "scalatest" % "3.2.8" % "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)