Skip to content

Commit 8f293a0

Browse files
authored
Merge pull request #388 from scala-steward/update/scalatest-3.2.13
2 parents 2032834 + 13f8f69 commit 8f293a0

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
@@ -248,7 +248,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
248248
publish / skip := true,
249249
Keys.`package` := file(""),
250250
libraryDependencies +=
251-
"org.scalatest" %%% "scalatest" % "3.2.12" % Test,
251+
"org.scalatest" %%% "scalatest" % "3.2.13" % Test,
252252
scalacOptions ~= (_.filterNot(
253253
Set("-Wnumeric-widen", "-Ywarn-numeric-widen", "-Ywarn-value-discard", "-Wvalue-discard")
254254
))

0 commit comments

Comments
 (0)