From 9da4a8a5564e6ea02e0054963d828a8d0ab680eb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 11 Sep 2023 04:09:17 +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 a961237..84c675c 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ libraryDependencies += "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC2" libraryDependencies += "com.beachape" %% "enumeratum" % "1.7.2" libraryDependencies += "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.40.14" % Test -libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.15" % Test +libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.17" % Test libraryDependencies += "org.scalamock" %% "scalamock" % "5.2.0" % Test libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.6" % Test