From 5e64cd4dc97bf5b4b988dd74ed71b7a12d24ca28 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 9 Sep 2021 13:44:14 +0200 Subject: [PATCH] Update specs2-core, specs2-junit to 4.12.12 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index d68c165..a24cf5b 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.12" % "test", + "org.specs2" %% "specs2-junit" % "4.12.12" % "test" ) val scalacOptions212 = Seq("-Ypartial-unification", "-deprecation")