From f9b7ada5ada010935f42a6f814b9a1f237cac240 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 4 Sep 2021 03:07:23 +0200 Subject: [PATCH] Update specs2-core, specs2-junit to 4.12.9 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index d68c165..e947a99 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.9" % "test", + "org.specs2" %% "specs2-junit" % "4.12.9" % "test" ) val scalacOptions212 = Seq("-Ypartial-unification", "-deprecation")