diff --git a/build.sbt b/build.sbt index 14475f7..cd841a8 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ developers += Developer( libraryDependencies ++= Seq( "org.webjars" % "webjars-locator-core" % "0.55", - "org.specs2" %% "specs2-core" % "4.20.3" % "test", + "org.specs2" %% "specs2-core" % "4.20.4" % "test", "junit" % "junit" % "4.13.2" % "test" )