From 961d87e062af5d3dda228d7ce800f3cfc7b45f8a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 7 Sep 2023 07:50:06 +0000 Subject: [PATCH] Update scalatest to 3.2.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e974b16..45ab4fe 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ import com.github.sbt.git.SbtGit.GitKeys.gitRemoteRepo val breezeVersion = "1.0" val algebirdVersion = "0.13.9" -val scalaTestVersion = "3.2.15" +val scalaTestVersion = "3.2.17" val protobufVersion = "3.23.0" ThisBuild / scalafixScalaBinaryVersion := CrossVersion.binaryScalaVersion(scalaVersion.value)