diff --git a/build.sbt b/build.sbt index e8b41a5..25bd2b6 100644 --- a/build.sbt +++ b/build.sbt @@ -33,7 +33,7 @@ libraryDependencies += "org.yaml" % "snakeyaml" % "2.1" libraryDependencies := { CrossVersion.partialVersion(scalaVersion.value) match { case Some((3, _)) => - libraryDependencies.value ++ Seq("org.specs2" %% "specs2-core" % "5.0.7" % "test") + libraryDependencies.value ++ Seq("org.specs2" %% "specs2-core" % "5.3.2" % "test") case Some((2, scalaMajor)) if scalaMajor >= 11 => libraryDependencies.value ++ Seq("org.specs2" %% "specs2-core" % "4.10.6" % "test") case _ =>