From 81eec7e674da87c950b85f7e55b6fb2d0bcb4226 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 1 Aug 2021 16:58:58 +0200 Subject: [PATCH] Update specs2-core, specs2-junit to 4.12.4-js-ec --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index d68c165..a57b973 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.4-js-ec" % "test", + "org.specs2" %% "specs2-junit" % "4.12.4-js-ec" % "test" ) val scalacOptions212 = Seq("-Ypartial-unification", "-deprecation")