From 4120f092f625246a6da9ad30beb6546e2b893044 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 16 Sep 2023 18:57:07 +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 c2e2b14..ff08efe 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ lazy val scala212 = "2.12.17" lazy val scala213 = "2.13.10" lazy val scala31 = "3.2.0" -lazy val scalatestVersion = "3.2.14" +lazy val scalatestVersion = "3.2.17" name := "sha" ThisBuild / organization := "pt.kcry"