Skip to content

Commit 13f8f69

Browse files
committed
Update scalatest to 3.2.13
1 parent 2032834 commit 13f8f69

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)