From fd24072e3cc3c351f9a0b326df6d94bef45b539f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 12:02:39 +0000 Subject: [PATCH] :arrow_up: update scalatest from 3.2.8 to 3.2.19 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 74f7c6a..91bac9e 100644 --- a/build.sbt +++ b/build.sbt @@ -27,8 +27,8 @@ libraryDependencies ++= Seq( "org.scala-lang.modules" % "scala-xml_2.12" % "1.3.0", "com.thoughtworks.binding" %%% "dom" % "11.9.0", "com.thoughtworks.binding" %%% "route" % "11.9.0", - "org.scalatest" %%% "scalatest" % "3.2.8" % "test", - "org.scalatest" %% "scalatest" % "3.2.8" % "test" // FIXME: https://github.com/scalatest/scalatest/issues/911 + "org.scalatest" %%% "scalatest" % "3.2.19" % "test", + "org.scalatest" %% "scalatest" % "3.2.19" % "test" // FIXME: https://github.com/scalatest/scalatest/issues/911 ) scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")