Skip to content

Commit 8efcc79

Browse files
authored
Merge pull request cquiroz#374 from scala-steward/update/scalatest-3.2.12
2 parents 7206ae4 + 5c3ffe7 commit 8efcc79

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
@@ -253,7 +253,7 @@ lazy val scalajavatimeTests = crossProject(JVMPlatform, JSPlatform, NativePlatfo
253253
Keys.`package` := file(""),
254254
Compile / skip := isDotty.value,
255255
libraryDependencies +=
256-
"org.scalatest" %%% "scalatest" % "3.2.11" % "test",
256+
"org.scalatest" %%% "scalatest" % "3.2.12" % "test",
257257
scalacOptions ~= (_.filterNot(
258258
Set("-Wnumeric-widen", "-Ywarn-numeric-widen", "-Ywarn-value-discard", "-Wvalue-discard")
259259
))

0 commit comments

Comments
 (0)