From be7cc3e427acd5730e028add88307ed11266f0d0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Feb 2024 19:42:58 +0000 Subject: [PATCH] Update scalatest to 3.2.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 321ae91..7266c25 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ val scalaVersion_3 = "3.3.1" val flywayVersion = "9.16.3" val scalikejdbcVersion = "4.1.0" -val scalatest = "org.scalatest" %% "scalatest" % "3.2.17" % "test" +val scalatest = "org.scalatest" %% "scalatest" % "3.2.18" % "test" lazy val commonSettings = Seq( organization := "org.flywaydb",