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")