From 67d7321459b614c9b28acc09b4b7d7f9ed1736ae Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 2 Sep 2021 02:07:32 +0200 Subject: [PATCH] Update specs2-core, specs2-junit to 4.12.7 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index d68c165..24f5022 100644 --- a/build.sbt +++ b/build.sbt @@ -15,8 +15,8 @@ libraryDependencies ++= Seq( "org.typelevel" %% "cats-core" % "2.6.1", "org.atnos" %% "eff" % "5.19.0", - "org.specs2" %% "specs2-core" % "4.12.3" % "test", - "org.specs2" %% "specs2-junit" % "4.12.3" % "test" + "org.specs2" %% "specs2-core" % "4.12.7" % "test", + "org.specs2" %% "specs2-junit" % "4.12.7" % "test" ) val scalacOptions212 = Seq("-Ypartial-unification", "-deprecation")