From a17b00ba293788d7bd67fa8f496c41e519f120b8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 1 Apr 2021 09:45:54 +0200 Subject: [PATCH] Update scalatest to 3.2.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 05e7ff2..6d3db10 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ scalacOptions ++= Seq( libraryDependencies ++= Seq( "com.typesafe.slick" %% "slick" % "3.3.2", "com.chuusai" %% "shapeless" % "2.3.3", - "org.scalatest" %% "scalatest" % "3.2.0-M4" % "test", + "org.scalatest" %% "scalatest" % "3.2.7" % "test", "com.h2database" % "h2" % "1.4.200" % "test", "ch.qos.logback" % "logback-classic" % "1.2.3" % "test" )