From aa1f478702ebbcfd506f531a79c549788d3ab576 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 24 Jan 2021 12:37:50 +0100 Subject: [PATCH] Update scalatest to 3.2.4-M1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 05e7ff2..837b0f2 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.4-M1" % "test", "com.h2database" % "h2" % "1.4.200" % "test", "ch.qos.logback" % "logback-classic" % "1.2.3" % "test" )