From 1e374dbda9f3746911a20dbcda5a3dbd174e6f4c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Sep 2024 15:30:04 +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 8a6101c..72f4a18 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ val circeVersion = "0.14.7" val pekkoVersion = "1.0.3" val pekkoHttpVersion = "1.0.1" val jawnVersion = "1.6.0" -val scalaTestVersion = "3.2.18" +val scalaTestVersion = "3.2.19" ThisBuild / crossScalaVersions := Seq(scala212Version, scala213Version, scala3Version) ThisBuild / scalaVersion := scala213Version