From 35265e8083fc7af239b95ff9eef5944273ca5759 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 10:23:07 +0000 Subject: [PATCH] Update scalatest to 3.2.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1baa13a..7f63307 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ inThisBuild( val playVersion = "2.8.8" val scalacticVersion = "3.1.2" -val scalatestVersion = "3.2.16" +val scalatestVersion = "3.2.19" lazy val baseLibSettings: Project => Project = _.settings( scalacOptions ++= Seq(