Skip to content

Commit

Permalink
Update scalatest to 3.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
gu-scala-steward-public-repos[bot] committed Jun 24, 2024
1 parent 5e3b69e commit 8d4d814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lazy val baseSettings = Seq(
organization := "com.gu.etag-caching",
licenses := Seq(License.Apache2),
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.18" % Test
"org.scalatest" %% "scalatest" % "3.2.19" % Test
),
Test / testOptions +=
Tests.Argument(TestFrameworks.ScalaTest, "-u", s"test-results/scala-${scalaVersion.value}", "-o")
Expand Down

0 comments on commit 8d4d814

Please sign in to comment.