From ed7f2442dfa5f7a558df3c3c6c6f0cdc04f45cc4 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 13 Mar 2024 13:37:57 +0100 Subject: [PATCH] Update scalatest to 3.2.18 (#165) Co-authored-by: Kirill A. Korinsky --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c2e2b14..1af5f7d 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.18" name := "sha" ThisBuild / organization := "pt.kcry"